All containers that are exposed via proxy are now on their own correct networks and depend on traefik
This commit is contained in:
@ -8,4 +8,12 @@ services:
|
||||
container_name: vaultwarden
|
||||
volumes:
|
||||
- ./bitwarden/:/data/
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bitwarden
|
||||
depends_on:
|
||||
- traefik
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
bitwarden:
|
||||
external: true
|
Reference in New Issue
Block a user