moce APP_COOKIE_SECRET
This commit is contained in:
parent
ac9a8f4509
commit
af6a9cfde3
@ -11,6 +11,7 @@ services:
|
|||||||
DATABASE_URL: postgres://postgres:postgres@postgres:8080/colouring-london-db
|
DATABASE_URL: postgres://postgres:postgres@postgres:8080/colouring-london-db
|
||||||
NODE_ENV: development
|
NODE_ENV: development
|
||||||
PORT: 8080
|
PORT: 8080
|
||||||
|
APP_COOKIE_SECRET: 123456
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
postgres:
|
postgres:
|
||||||
@ -26,21 +27,3 @@ services:
|
|||||||
POSTGRES_USER: dockeruser
|
POSTGRES_USER: dockeruser
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
POSTGRES_DB: colouring-london-db
|
POSTGRES_DB: colouring-london-db
|
||||||
APP_COOKIE_SECRET: 123456
|
|
||||||
# pgadmin:
|
|
||||||
# container_name: pgadmin
|
|
||||||
# image: dpage/pgadmin4:4.18
|
|
||||||
# restart: always
|
|
||||||
# environment:
|
|
||||||
# PGADMIN_DEFAULT_EMAIL: admin@linuxhint.com
|
|
||||||
# PGADMIN_DEFAULT_PASSWORD: secret
|
|
||||||
# PGADMIN_LISTEN_PORT: 80
|
|
||||||
# ports:
|
|
||||||
# - "8080:80"
|
|
||||||
# volumes:
|
|
||||||
# - pgadmin-data:/var/lib/pgadmin
|
|
||||||
# depends_on:
|
|
||||||
# - postgres
|
|
||||||
# volumes:
|
|
||||||
# db-data:
|
|
||||||
# pgadmin-data:
|
|
Loading…
Reference in New Issue
Block a user