save database data to volume
This commit is contained in:
parent
71d96f294f
commit
372f46a4df
2 changed files with 5 additions and 0 deletions
|
|
@ -19,3 +19,5 @@ services:
|
|||
- "5432:5432"
|
||||
env_file:
|
||||
- envvars.env
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue