This commit is contained in:
2026-03-19 16:17:56 +07:00
parent 31e59827aa
commit a1b2fbb688
2 changed files with 2 additions and 1 deletions

View File

@@ -6,3 +6,4 @@ SESSION_NAME=pgcc.sid
ALLOWED_ORIGIN=http://localhost:5173 ALLOWED_ORIGIN=http://localhost:5173
POSTGRES_CONTAINER_NAME=pg-control-postgres POSTGRES_CONTAINER_NAME=pg-control-postgres
COOKIE_SECURE=false COOKIE_SECURE=false

View File

@@ -33,7 +33,7 @@ services:
depends_on: depends_on:
- postgres - postgres
env_file: env_file:
- ./backend/.env - .env
environment: environment:
NODE_ENV: production NODE_ENV: production
PORT: 4000 PORT: 4000