fix: Subdomain for trek

This commit is contained in:
Lino Silva
2026-04-13 09:39:49 +01:00
parent 9ffae8989a
commit fb7e101d6f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,11 +21,11 @@ services:
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
- TZ=Europe/Lisbon
- LOG_LEVEL=info
- ALLOWED_ORIGINS=https://trek.lino.cooking
- ALLOWED_ORIGINS=https://trips.lino.cooking
- FORCE_HTTPS=true
- TRUST_PROXY=1
- ALLOW_INTERNAL_NETWORK=trur
- APP_URL=https://trek.lino.cooking
- APP_URL=https://trips.lino.cooking
- OIDC_ISSUER=https://auth.lino.cooking
- OIDC_CLIENT_ID=652278a5-b695-4589-9d51-d23cfb2e15dd
- OIDC_CLIENT_SECRET=${OIDC_CLIENT_SECRET}