Update 'run-offline/sasaaageyooo/docker-compose.yml'
This commit is contained in:
parent
03e7b7eda8
commit
bd945ffa49
1 changed files with 2 additions and 11 deletions
|
@ -9,21 +9,12 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
- ./html:/var/www/html:ro
|
- ./html:/var/www/html:ro
|
||||||
#hports:
|
hports:
|
||||||
# - 8080:8080
|
- 8080:8080
|
||||||
labels:
|
|
||||||
- traefik.enable=true
|
|
||||||
- traefik.http.routers.sasaaageyooo.tls=false
|
|
||||||
- traefik.http.routers.sasaaageyooo.rule=Host(`sasaaageyooo.ctf.sch9.ru`)
|
|
||||||
- traefik.http.routers.sasaaageyooo.service=sasaaageyooo
|
|
||||||
- traefik.http.services.sasaaageyooo.loadbalancer.server.port=8080
|
|
||||||
networks:
|
networks:
|
||||||
- traefik-proxy-net
|
|
||||||
- sasageyo-tie
|
- sasageyo-tie
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
sasageyo-tie:
|
sasageyo-tie:
|
||||||
name: sasageyo-tie
|
name: sasageyo-tie
|
||||||
traefik-proxy-net:
|
|
||||||
name: traefik-proxy-net
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue