add persistance to Postresql container
This commit is contained in:
@ -3,6 +3,8 @@ services:
|
||||
db:
|
||||
restart: always
|
||||
image: postgres:alpine
|
||||
volumes:
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:alpine
|
||||
|
Reference in New Issue
Block a user