mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 17:15:18 +00:00
use alpine-based official images
This commit is contained in:
parent
61f90f15b0
commit
b7beb4368c
|
@ -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: .
|
||||
|
|
Loading…
Reference in a new issue