Skip to content
Snippets Groups Projects
Commit 71b92056 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #759 from Wonderfall/master

use alpine-based official images
parents 6b9c5011 b7beb436
No related branches found
No related tags found
No related merge requests found
......@@ -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: .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment