forked from TWS/kalkutago
Add persistence for the database
This commit is contained in:
parent
99bae90def
commit
804fb5862a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@
|
|||
python-venv/
|
||||
tickmate-backup-20230524.db
|
||||
server/public/
|
||||
db.mount/
|
||||
|
|
|
@ -24,6 +24,8 @@ services:
|
|||
POSTGRES_DB: kalkulog
|
||||
secrets: [ postgres-password ]
|
||||
networks: [ internal ]
|
||||
volumes:
|
||||
- ./db.mount:/var/lib/postgresql/data
|
||||
|
||||
secrets:
|
||||
postgres-password:
|
||||
|
|
Loading…
Reference in a new issue