use alpine-based official images

This commit is contained in:
Wonderfall 2017-04-03 03:09:56 +02:00
parent 02c431e1d7
commit b11e1f73c9

View file

@ -2,10 +2,10 @@ version: '2'
services:
db:
restart: always
image: postgres
image: postgres:alpine
redis:
restart: always
image: redis
image: redis:alpine
web:
restart: always
build: .