fix docker compose i guess

This commit is contained in:
Roxie Gibson 2022-02-16 01:42:45 +00:00
parent a50e59677c
commit bde7d46dc0
Signed by: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 6 additions and 6 deletions

View File

@ -4,15 +4,15 @@ services:
web: web:
image: thecoopcloud/hexbomb.gay:latest image: thecoopcloud/hexbomb.gay:latest
networks: networks:
- proxy - proxy
deploy: deploy:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.services.hexbomb_gay.loadbalancer.server.port=80" - "traefik.docker.network=proxy"
- "traefik.http.routers.hexbomb_gay.rule=Host(`www.hexbomb.gay`)" - "traefik.http.services.hexbomb-gay.loadbalancer.server.port=80"
- "traefik.http.routers.hexbomb_gay.entrypoints=web-secure" - "traefik.http.routers.hexbomb-gay.rule=Host(`www.hexbomb.gay`, `hexbomb.gay`)"
- "traefik.http.routers.hexbomb_gay.tls.certresolver=production" - "traefik.http.routers.hexbomb-gay.entrypoints=web-secure"
- "traefik.http.routers.hexbomb-gay.tls.certresolver=production"
networks: networks:
proxy: proxy: