depends_on compose

This commit is contained in:
glax 2023-05-25 14:46:05 +02:00
parent 750df4ed52
commit 8dbc5446ad

View File

@ -11,7 +11,9 @@
tranga-website:
image: glax/tranga-website:latest
container_name: tranga-website
volumes:
- ./tranga/imageCache:/usr/share/nginx/html/imageCache:ro #2 when replacing Point to same value as #1/imageCache
ports:
- 9555:80
volumes:
- ./tranga/imageCache:/usr/share/nginx/html/imageCache:ro #2 when replacing Point to same value as #1/imageCache
depends_on:
- tranga-api