use alpine-based official images

This commit is contained in:
Wonderfall 2017-04-03 03:09:56 +02:00
parent 61f90f15b0
commit b7beb4368c
No known key found for this signature in database
GPG Key ID: 3117B26B968A8F33
1 changed files with 2 additions and 2 deletions

View File

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