add cookie
This commit is contained in:
+3
-3
@@ -27,10 +27,10 @@ services:
|
|||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
POSTGRES_PORT: 5432
|
POSTGRES_PORT: 5432
|
||||||
POSTGRES_HOST: db
|
POSTGRES_HOST: db
|
||||||
SERVER_PORT: 8080
|
SERVER_PORT: "8080"
|
||||||
CORS_ALLOWED_ORIGINS: http://92.242.61.23:2998,http://localhost:3000,http://localhost:2998
|
CORS_ALLOWED_ORIGINS: "http://92.242.61.23:2998,http://localhost:3000,http://localhost:2998"
|
||||||
SPRING_SESSION_COOKIE_SAMESITE: none
|
SPRING_SESSION_COOKIE_SAMESITE: none
|
||||||
SPRING_SESSION_COOKIE_SECURE: false
|
SPRING_SESSION_COOKIE_SECURE: "false"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user