diff --git a/templates/docker-compose.j2 b/templates/docker-compose.j2 index 9a304f7..8425896 100644 --- a/templates/docker-compose.j2 +++ b/templates/docker-compose.j2 @@ -1,4 +1,7 @@ version: '3' +networks: + web: + external: true services: reverse-proxy: @@ -6,6 +9,8 @@ services: image: traefik:v2.5 # Enables the web UI and tells Traefik to listen to docker command: --api.insecure=true --providers.docker + networks: + - web ports: # The HTTP port - "80:80"