use alpine-based official images

lolsob-rspec
Wonderfall 2017-04-03 03:09:56 +02:00
parent 02c431e1d7
commit b11e1f73c9
1 changed files with 2 additions and 2 deletions

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