Skip to content

Commit

Permalink
Add more dependencies to containers, so they work properly when they …
Browse files Browse the repository at this point in the history
…are started individually
  • Loading branch information
jalogut committed Aug 21, 2018
1 parent e53c713 commit 8b1980f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
depends_on:
- app-volumes
- db
- unison

db:
image: mysql:5.7
Expand All @@ -56,6 +57,8 @@ services:
- SYNC_SOURCE_BASE_PATH=/sync
- SYNC_DESTINATION_BASE_PATH=/var/www/html
- SYNC_MAX_INOTIFY_WATCHES=60000
depends_on:
- app-volumes
privileged: true

node:
Expand Down

0 comments on commit 8b1980f

Please sign in to comment.