chore(docker): update compose file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user