chore(docker): update compose file
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
@@ -13,11 +11,8 @@ services:
|
|||||||
container_name: bsbingo
|
container_name: bsbingo
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/bs_bingo/HTML5-bingo:/usr/share/nginx/html
|
- /mnt/docker/bs_bingo/HTML5-bingo:/usr/share/nginx/html
|
||||||
labels:
|
ports:
|
||||||
- traefik.http.routers.bingo.rule=Host(`bingo.0x29a.ch`)
|
- 4269:80
|
||||||
- traefik.http.routers.bingo.tls=true
|
|
||||||
- traefik.http.routers.bingo.tls.certresolver=lets-encrypt
|
|
||||||
- traefik.port=80
|
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
- internal
|
- internal
|
||||||
|
|||||||
Reference in New Issue
Block a user