Connect the reverse proxy to the common bridge

This commit is contained in:
Colin Hebert
2023-05-01 07:27:13 +10:00
parent 50a6fa2d29
commit ddc11b1aca
2 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ services:
LEGO_DISABLE_CNAME_SUPPORT: true
networks:
- reverse-proxy
- bridge
- docker
volumes:
- ${NASCOMPOSE_SERVICES?}/reverse-proxy/volumes/traefik_acme:/etc/traefik/acme
@@ -32,3 +33,6 @@ networks:
docker:
external: true
bridge:
name: bridge
external: true