docker: take the db_data out of the repo
This commit is contained in:
parent
a9a6f6ad49
commit
321b4704a2
@ -13,7 +13,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: example
|
POSTGRES_PASSWORD: example
|
||||||
POSTGRES_DB: howmuch
|
POSTGRES_DB: howmuch
|
||||||
volumes:
|
volumes:
|
||||||
- ./db_data/postgres/:/var/lib/postgresql/data
|
- ../../db_data_howmuch/postgres/:/var/lib/postgresql/data
|
||||||
|
|
||||||
adminer:
|
adminer:
|
||||||
image: adminer
|
image: adminer
|
||||||
|
Loading…
Reference in New Issue
Block a user