Add PostgreSQL support (#23)
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
b6f23d4bd5
commit
47c8a8ace9
10 changed files with 216 additions and 9 deletions
4
docker/environment.example
Normal file
4
docker/environment.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
POSTGRES_PASSWORD=
|
||||
POSTGRES_USER=restockbot
|
||||
POSTGRES_DB=restockbot
|
||||
POSTGRES_INITDB_ARGS="--data-checksums"
|
Reference in a new issue