add cookie

This commit is contained in:
vladp
2025-12-04 15:09:47 +07:00
parent 243c32be72
commit 5425681ac2
3 changed files with 79 additions and 0 deletions
+4
View File
@@ -27,6 +27,10 @@ services:
POSTGRES_PASSWORD: postgres
POSTGRES_PORT: 5432
POSTGRES_HOST: db
SERVER_PORT: 8080
CORS_ALLOWED_ORIGINS: http://92.242.61.23:2998,http://localhost:3000,http://localhost:2998
SPRING_SESSION_COOKIE_SAMESITE: none
SPRING_SESSION_COOKIE_SECURE: false
depends_on:
- db
ports: