Revert "add persistance to Postresql container" (#1251)

This commit is contained in:
Eugen 2017-04-08 12:25:23 +02:00 committed by GitHub
parent 01d8003867
commit 211920b622
2 changed files with 0 additions and 6 deletions

View file

@ -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: .