Add dependency on send-redis container

This commit is contained in:
Seth For Privacy 2022-09-12 08:18:06 -04:00 committed by GitHub
parent 390effa727
commit 1e3d875e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ services:
- REDIS_HOST=send-redis
# Storage Limit
- MAX_FILE_SIZE=2147483648
depends_on:
- send-redis
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.send.rule: Host(`${APP_DOMAIN}`)