docker: take the db_data out of the repo

This commit is contained in:
Muyao CHEN 2024-10-04 23:39:35 +02:00
parent a9a6f6ad49
commit 321b4704a2

View File

@ -13,7 +13,7 @@ services:
POSTGRES_PASSWORD: example
POSTGRES_DB: howmuch
volumes:
- ./db_data/postgres/:/var/lib/postgresql/data
- ../../db_data_howmuch/postgres/:/var/lib/postgresql/data
adminer:
image: adminer