Set depends_on where needed

This commit is contained in:
Jake Howard
2020-06-24 18:35:20 +01:00
parent 7a3643f3c2
commit 7d61282d19
7 changed files with 16 additions and 0 deletions

View File

@ -15,6 +15,8 @@ services:
- traefik.http.services.gitea-gitea.loadbalancer.server.port=3000
ports:
- "{{ wireguard.clients.intersect.ip }}:3022:3022"
depends_on:
- db
volumes:
- ./gitea:/data
- ./repos:/data/git