Revert "add persistance to Postresql container" (#1251)
This commit is contained in:
parent
01d8003867
commit
211920b622
2 changed files with 0 additions and 6 deletions
|
@ -3,13 +3,9 @@ services:
|
|||
db:
|
||||
restart: always
|
||||
image: postgres:alpine
|
||||
volumes:
|
||||
- ./postgres-data:/var/lib/postgresql/data
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:alpine
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
web:
|
||||
restart: always
|
||||
build: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue