Update docker-compose.yml
This commit is contained in:
parent
0110a7c048
commit
896e58d952
@ -141,8 +141,11 @@ services:
|
||||
|
||||
taiga-gateway:
|
||||
image: nginx:1.19-alpine
|
||||
ports:
|
||||
- "9000:80"
|
||||
labels:
|
||||
- "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:
|
||||
- ./taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf
|
||||
- taiga-static-data:/taiga/static
|
||||
|
Loading…
x
Reference in New Issue
Block a user