mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-02 02:40:35 +00:00
Update docker compose file examples
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
################################################################################
|
||||
# Don't forget to set the proxy variables in your nopaque.env #
|
||||
# Traefik sets the X_FOR, X_HOST, X_PORT and X_PROTO headers by default #
|
||||
################################################################################
|
||||
version: "3.5"
|
||||
|
||||
networks:
|
||||
@ -11,6 +7,12 @@ networks:
|
||||
|
||||
services:
|
||||
nopaque:
|
||||
environment:
|
||||
- NOPAQUE_PROXY_FIX_X_FOR=1
|
||||
- NOPAQUE_PROXY_FIX_X_HOST=1
|
||||
- NOPAQUE_PROXY_FIX_X_PORT=1
|
||||
- NOPAQUE_PROXY_FIX_X_PREFIX=0
|
||||
- NOPAQUE_PROXY_FIX_X_PROTO=1
|
||||
labels:
|
||||
- "traefik.docker.network=traefik"
|
||||
- "traefik.enable=true"
|
||||
|
Reference in New Issue
Block a user