mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
Merge pull request #502 from nickromano/nr/persist-local-postgres-data
Persist postgres data between runs using docker-compose
This commit is contained in:
commit
8626df688d
@ -46,3 +46,8 @@ services:
|
||||
|
||||
db:
|
||||
image: postgres
|
||||
volumes:
|
||||
- datavolume:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
datavolume:
|
||||
|
Loading…
x
Reference in New Issue
Block a user