mirror of https://github.com/status-im/cabot.git
Persist postgres data between runs using docker-compose
This commit is contained in:
parent
7caa2cada4
commit
0d3b09c058
|
@ -46,3 +46,8 @@ services:
|
|||
|
||||
db:
|
||||
image: postgres
|
||||
volumes:
|
||||
- datavolume:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
datavolume:
|
||||
|
|
Loading…
Reference in New Issue