chore(docker): update compose file

This commit is contained in:
2026-02-18 09:26:41 +01:00
parent f10c477369
commit 82b690147a

View File

@@ -1,5 +1,3 @@
version: '3'
networks:
web:
external: true
@@ -13,11 +11,8 @@ services:
container_name: bsbingo
volumes:
- /mnt/docker/bs_bingo/HTML5-bingo:/usr/share/nginx/html
labels:
- traefik.http.routers.bingo.rule=Host(`bingo.0x29a.ch`)
- traefik.http.routers.bingo.tls=true
- traefik.http.routers.bingo.tls.certresolver=lets-encrypt
- traefik.port=80
ports:
- 4269:80
networks:
- web
- internal