move vars to yaml
This commit is contained in:
parent
622158ab5e
commit
028bbe5d69
@ -30,4 +30,4 @@ WORKDIR ./colouring-london/app
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 8080
|
||||
# CMD /wait && PGPASSWORD=postgres PGDATABASE=colouringlondon PGUSER=dockeruser PGHOST=localhost PGPORT=5432 APP_COOKIE_SECRET=123456 npm start
|
||||
CMD /wait && npm start
|
@ -26,6 +26,7 @@ services:
|
||||
POSTGRES_USER: dockeruser
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: colouring-london-db
|
||||
APP_COOKIE_SECRET: 123456
|
||||
# pgadmin:
|
||||
# container_name: pgadmin
|
||||
# image: dpage/pgadmin4:4.18
|
||||
|
Loading…
Reference in New Issue
Block a user