diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 0434be0..ff67f1d 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -99,11 +99,11 @@ services: - OAUTH2_PROXY_EMAIL_DOMAINS=speedandfunction.com # Required settings - - OAUTH2_PROXY_COOKIE_DOMAINS=.temporal.speedandfunction.com - - OAUTH2_PROXY_WHITELIST_DOMAINS=.temporal.speedandfunction.com + - OAUTH2_PROXY_COOKIE_DOMAINS=.temporal.gluzdov.com + - OAUTH2_PROXY_WHITELIST_DOMAINS=.temporal.gluzdov.com - OAUTH2_PROXY_HTTP_ADDRESS=0.0.0.0:8080 - OAUTH2_PROXY_UPSTREAMS=http://temporal-ui:8080 - - OAUTH2_PROXY_REDIRECT_URL=${OAUTH2_PROXY_REDIRECT_URL:-https://temporal.speedandfunction.com/oauth2/callback} + - OAUTH2_PROXY_REDIRECT_URL=${OAUTH2_PROXY_REDIRECT_URL:-https://temporal.gluzdov.com/oauth2/callback} - OAUTH2_PROXY_COOKIE_SECRET=${OAUTH2_PROXY_COOKIE_SECRET:?OAUTH2_PROXY_COOKIE_SECRET is required} # Cookie settings @@ -117,7 +117,7 @@ services: # CSRF protection settings - OAUTH2_PROXY_CSRF_COOKIE_NAME=_oauth2_proxy_csrf - OAUTH2_PROXY_CSRF_COOKIE_SECURE=true - - OAUTH2_PROXY_CSRF_COOKIE_DOMAIN=.temporal.speedandfunction.com + - OAUTH2_PROXY_CSRF_COOKIE_DOMAIN=.temporal.gluzdov.com - OAUTH2_PROXY_CSRF_COOKIE_HTTPONLY=true - OAUTH2_PROXY_CSRF_COOKIE_SAMESITE=lax @@ -125,7 +125,7 @@ services: - OAUTH2_PROXY_SHOW_DEBUG_ON_ERROR=true # Logout settings - - OAUTH2_PROXY_SIGN_OUT_URL=https://temporal.speedandfunction.com/oauth2/sign_out + - OAUTH2_PROXY_SIGN_OUT_URL=${OAUTH2_PROXY_SIGN_OUT_URL:-https://temporal.gluzdov.com/oauth2/sign_out} healthcheck: test: ["CMD", "wget", "-O", "/dev/null", "-q", "http://localhost:8080/oauth2/health"] interval: 10s