mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Add default login details via ENV vars
This commit is contained in:
committed by
François Turbelin
parent
64d6ae445b
commit
53a0f70aa0
@@ -22,6 +22,9 @@ services:
|
||||
- ./config/application.docker.yml:/usr/src/app/config/application.yml
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
ADMIN_EMAIL: ofn@example.com
|
||||
ADMIN_PASSWORD: ofn123
|
||||
command: >
|
||||
bash -c "(bundle check || bundle install) &&
|
||||
wait-for-it -t 30 db:5432 &&
|
||||
|
||||
Reference in New Issue
Block a user