oauth2 session fix

This commit is contained in:
arrelin
2026-01-17 10:47:09 +03:00
parent 48160331eb
commit 3e0e6ff456
2 changed files with 6 additions and 2 deletions

View File

@@ -21,6 +21,9 @@ services:
DATABASE_URL: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
RUST_LOG: ${RUST_LOG:-info}
ALLOWED_ORIGINS: ${ALLOWED_ORIGINS:-http://localhost:3000,http://localhost:5173}
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}
GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET}
GOOGLE_REDIRECT_URL: ${GOOGLE_REDIRECT_URL}
depends_on:
- postgres
networks: