[d] Fixing startup order for containers
This commit is contained in:
parent
4903435659
commit
a259eb9635
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,8 @@ services:
|
|||
- APACHE_SERVER_NAME=tt-rss
|
||||
- PHP_DISPLAY_ERRORS=stdout
|
||||
- PHP_DISPLAY_STARTUP_ERROR=1
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
rss-bridge:
|
||||
image: feedati/rss-bridge:latest
|
||||
|
@ -47,6 +49,9 @@ services:
|
|||
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
ports:
|
||||
- 80:80
|
||||
depends_on:
|
||||
- tt-rss
|
||||
- rss-bridge
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
|
Loading…
Reference in a new issue