Skip to content

Commit

Permalink
Add daemon to the docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Labourier committed May 13, 2020
1 parent 2bb6cba commit 4886d09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ services:
environment:
CONFIG_FILE: /config.yml

daemon:
<<: *x-common
image: 42jitsi
build: .
command: /bin/daemon

volumes:
- ${CONFIG_FILE:-./config.yml}:/config.yml:ro
environment:
CONFIG_FILE: /config.yml


networks:
42jitsi:
Expand Down

0 comments on commit 4886d09

Please sign in to comment.