Depend on mongo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobias 2024-06-25 23:27:28 +02:00
parent 1ba93cfb6d
commit 7a198ec4c3

View File

@ -34,6 +34,8 @@ services:
- "traefik.http.routers.${STACK_NAME}-nextload.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}-nextload.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}-nextload.tls.certresolver=production"
depends_on:
- mongo
mongo:
image: mongo:6.0.5