Compare commits

..

No commits in common. "c605613d86110dc2fecbe19483a9bfd5e92cf1e1" and "b8ae221987f462e54a92d5cb0e6012123bc42edf" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View File

@ -11,7 +11,6 @@ services:
- "./app:/home/nopaque/app"
- "./boot.sh:/home/nopaque/boot.sh"
- "./config.py:/home/nopaque/config.py"
- "./docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
- "./migrations:/home/nopaque/migrations"
- "./nopaque.py:/home/nopaque/nopaque.py"
- "./requirements.txt:/home/nopaque/requirements.txt"

View File

@ -1,3 +1,7 @@
################################################################################
# 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:
@ -7,12 +11,6 @@ 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"