From f48c36798e16daf1d20e89701e77094cfb35a247 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 12 Apr 2026 19:59:25 -0400 Subject: [PATCH] refactor(trek): comment out ports configuration in Docker Compose --- nodes/heimdall/trek/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/heimdall/trek/compose.yaml b/nodes/heimdall/trek/compose.yaml index 0778240..c1c72c5 100644 --- a/nodes/heimdall/trek/compose.yaml +++ b/nodes/heimdall/trek/compose.yaml @@ -17,8 +17,8 @@ services: - SETGID tmpfs: - /tmp:noexec,nosuid,size=64m - ports: - - "3000:3000" + # ports: + # - "3000:3000" environment: - NODE_ENV=production - PORT=3000 @@ -30,7 +30,7 @@ services: # - COOKIE_SECURE=false # Escape hatch: force session cookies over plain HTTP even in production. Not recommended. # - TRUST_PROXY=1 # Trusted proxy count for X-Forwarded-For / X-Forwarded-Proto. Required for FORCE_HTTPS to work. # - ALLOW_INTERNAL_NETWORK=false # Set to true if Immich or other services are hosted on your local network (RFC-1918 IPs). Loopback and link-local addresses remain blocked regardless. -# - APP_URL=https://trek.example.com # Public base URL — required when OIDC is enabled (must match the redirect URI registered with your IdP); also used as base URL for links in email notifications + - APP_URL=https://trek.example.com # Public base URL — required when OIDC is enabled (must match the redirect URI registered with your IdP); also used as base URL for links in email notifications # - OIDC_ISSUER=https://auth.example.com # OpenID Connect provider URL # - OIDC_CLIENT_ID=trek # OpenID Connect client ID # - OIDC_CLIENT_SECRET=supersecret # OpenID Connect client secret