Merge pull request #759 from Wonderfall/master

use alpine-based official images
This commit is contained in:
Eugen 2017-04-03 03:40:00 +02:00 committed by GitHub
commit 71b9205679
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: .