Add example .env
This commit is contained in:
parent
d8282c601c
commit
f62f85e788
1 changed files with 7 additions and 0 deletions
7
docker/example.with-database.env
Normal file
7
docker/example.with-database.env
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
REMOTE_URL="opendtu:80"
|
||||||
|
DB_URL="host=timescaledb port=5432 user=postgres password=secret dbname=dtu sslmode=disable"
|
||||||
|
TIMESCALEDB_ENABLED=true
|
||||||
|
TZ="Europe/Amsterdam"
|
||||||
|
PG_USER=
|
||||||
|
PG_PASSWORD=
|
||||||
|
PG_DB=
|
Loading…
Reference in a new issue