Add postgres variable into docker.sample.env

Postgres setup can be done using offical postgres docker init script and some environment variables, see https://hub.docker.com/_/postgres
dev
Wilfried OLLIVIER 5 years ago
parent ea2a8e21aa
commit 869436d6db

@ -8,6 +8,11 @@ MAIL_USER=example
MAIL_PASSWORD=123456
MAIL_HELO_NAME=example.org
# DATABASE SETUP
POSTGRES_PASSWORD=passw0rd
POSTGRES_USER=plume
POSTGRES_DB=plume
# you can safely leave those defaults
DATABASE_URL=postgres://plume:plume@postgres:5432/plume
MIGRATION_DIRECTORY=migrations/postgres

Loading…
Cancel
Save