Add to traefik network as well...

This commit is contained in:
KaasKop-
2023-03-13 14:46:52 +01:00
parent 332ca5cfb1
commit ea44a6ff76

View File

@@ -2,6 +2,8 @@ services:
gds:
image: nginx-gds
build: ./
networks:
- traefik_nas
volumes:
- ./games:/srv/http/games
ports:
@@ -11,3 +13,8 @@ services:
- "traefik.http.routers.gds.entrypoints=web-secure"
- "traefik.http.routers.gds.tls=true"
- "traefik.http.routers.gds.tls.certresolver=cert_resolver"
networks:
traefik_nas:
external: true