Set depends_on
where needed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user