Update docker-compose.yml
This commit is contained in:
parent
0110a7c048
commit
896e58d952
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user