fix: Subdomain for trek
This commit is contained in:
@@ -221,7 +221,7 @@ auto_configure_traefik:
|
|||||||
port: 8088
|
port: 8088
|
||||||
auth_required: true
|
auth_required: true
|
||||||
trek:
|
trek:
|
||||||
subdomain: "trek"
|
subdomain: "trips"
|
||||||
host: "10.0.4.30"
|
host: "10.0.4.30"
|
||||||
port: 8083
|
port: 8083
|
||||||
auth_required: true
|
auth_required: true
|
||||||
|
|||||||
@@ -21,11 +21,11 @@ services:
|
|||||||
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
|
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
|
||||||
- TZ=Europe/Lisbon
|
- TZ=Europe/Lisbon
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
- ALLOWED_ORIGINS=https://trek.lino.cooking
|
- ALLOWED_ORIGINS=https://trips.lino.cooking
|
||||||
- FORCE_HTTPS=true
|
- FORCE_HTTPS=true
|
||||||
- TRUST_PROXY=1
|
- TRUST_PROXY=1
|
||||||
- ALLOW_INTERNAL_NETWORK=trur
|
- ALLOW_INTERNAL_NETWORK=trur
|
||||||
- APP_URL=https://trek.lino.cooking
|
- APP_URL=https://trips.lino.cooking
|
||||||
- OIDC_ISSUER=https://auth.lino.cooking
|
- OIDC_ISSUER=https://auth.lino.cooking
|
||||||
- OIDC_CLIENT_ID=652278a5-b695-4589-9d51-d23cfb2e15dd
|
- OIDC_CLIENT_ID=652278a5-b695-4589-9d51-d23cfb2e15dd
|
||||||
- OIDC_CLIENT_SECRET=${OIDC_CLIENT_SECRET}
|
- OIDC_CLIENT_SECRET=${OIDC_CLIENT_SECRET}
|
||||||
|
|||||||
Reference in New Issue
Block a user