Update docker-compose.yml

This commit is contained in:
steve 2024-12-23 02:56:31 +00:00
parent 0110a7c048
commit 896e58d952

View File

@ -141,8 +141,11 @@ services:
taiga-gateway: taiga-gateway:
image: nginx:1.19-alpine image: nginx:1.19-alpine
ports: labels:
- "9000:80" - "traefik.enable=true"
- 'traefik.http.routers.taiga-gateway.rule=Host(`taiga.dudenhoeffer.casa`) || Host(`todo.dudenhoeffer.casa`)'
- "traefik.http.services.taiga-gateway.loadbalancer.server.port=80"
- 'traefik.http.routers.taiga-gateway.middlewares='
volumes: volumes:
- ./taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf - ./taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf
- taiga-static-data:/taiga/static - taiga-static-data:/taiga/static