Remove unnecessary default user email and pwd from docker setup

These are now the default values in the app
This commit is contained in:
Luis Ramos
2020-05-07 18:18:42 +01:00
parent 92d0a5b735
commit dd5041db65

View File

@@ -24,8 +24,6 @@ services:
depends_on:
- db
environment:
ADMIN_EMAIL: ofn@example.com
ADMIN_PASSWORD: ofn123
OFN_DB_HOST: db
command: >
bash -c "wait-for-it -t 30 db:5432 &&