Modify : network
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 12s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 12s
This commit is contained in:
parent
87d62d3526
commit
00ec24f66e
@ -2,7 +2,7 @@
|
||||
networks:
|
||||
traefik_front_network:
|
||||
external: true
|
||||
back_network_:
|
||||
back_network_vaultwarden:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
@ -28,6 +28,8 @@ services:
|
||||
- SMTP_USERNAME=${SMTP_USERNAME}
|
||||
- SMTP_PASSWORD=${SMTP_PASSWORD}
|
||||
- DOMAIN=${DOMAIN}
|
||||
networks:
|
||||
- traefik_front_network
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=traefik_front_network"
|
||||
|
Loading…
x
Reference in New Issue
Block a user