mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
Restricted taiga port 80 to 127.0.0.1
This commit is contained in:
parent
a7f50e05de
commit
7fc44b9a35
@ -77,9 +77,9 @@ services:
|
|||||||
taiga:
|
taiga:
|
||||||
|
|
||||||
taiga-gateway:
|
taiga-gateway:
|
||||||
image: nginx:1.19-alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "{{http_port}}:80"
|
- "127.0.0.1:{{http_port}}:80"
|
||||||
volumes:
|
volumes:
|
||||||
- {{docker_compose.directories.services}}taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf
|
- {{docker_compose.directories.services}}taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf
|
||||||
- static-data:/taiga/static
|
- static-data:/taiga/static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user