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
|
||||
NODE_ENV: development
|
||||
PORT: 8080
|
||||
APP_COOKIE_SECRET: 123456
|
||||
ports:
|
||||
- "8080:8080"
|
||||
postgres:
|
||||
@ -25,22 +26,4 @@ services:
|
||||
environment:
|
||||
POSTGRES_USER: dockeruser
|
||||
POSTGRES_PASSWORD: postgres
|
||||
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:
|
||||
POSTGRES_DB: colouring-london-db
|
Loading…
Reference in New Issue
Block a user