use alpine-based official images
This commit is contained in:
parent
61f90f15b0
commit
b7beb4368c
|
@ -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: .
|
||||||
|
|
Reference in a new issue