mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00

* 4.1.6-rc2 changelog * 4.1.6-rc2 changelog * PHRAS-3485 fix traefik under Phrasea * fixe typo
944 B
944 B
Phraseanet under Traefik
Doc status : Beta
Take a look to Traefik documentation
https://doc.traefik.io/traefik/providers/docker/
Traekik Provide by Phrasea Stack
Requirement
- A phrasea stack up.
https://github.com/alchemy-fr/phrasea
Phraseanet stack and Phrasea Stack need to be in separate subnet You need to set several Phraseanet's and Phrasea env var for using the Traefik include in Phrasea Stack.
Phraseanet side
-
Add
docker-compose.under-phrasea.yml
toCOMPOSE_FILES
-
Add
gateway-traefik
and removegateway-classic
fromCOMPOSE_PROFILES
-
Set
PHRASEA_DOMAIN
with the name of network set Phrasea side -
Set
PHRASEANET_TRUSTED_PROXIES
with the phrasea subnet eg:PHRASEANET_TRUSTED_PROXIES=172.30.0.0/16
Phrasea side
- Set
PHRASEANET_BASE_URL
andPHRASEANET_APP_OAUTH_TOKEN
in accordance of your Phraseanet's setting
Traekik provide by Phraseanet Stack
Not implemented