Add missing network

This commit is contained in:
Luke Murphy 2021-01-09 19:49:50 +01:00
parent 5c572688eb
commit f7ba0d5492
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,7 @@ services:
- "traefik.http.routers.cloud-autonomic-zone.entrypoints=web-secure"
- "traefik.http.services.cloud-autonomic-zone.loadbalancer.server.port=1313"
- "traefik.http.routers.cloud-autonomic-zone.tls.certresolver=${LETS_ENCRYPT_ENV}"
networks:
proxy:
external: true