3
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user