diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index b492a7e..f28f769 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -85,11 +85,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 @@ -103,7 +103,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 @@ -111,7 +111,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=https://temporal.gluzdov.com/oauth2/sign_out healthcheck: test: ["CMD", "wget", "-O", "/dev/null", "-q", "http://localhost:8080/oauth2/health"] interval: 10s