mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Merge pull request #759 from Wonderfall/master
use alpine-based official images
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user