mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02: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…
x
Reference in New Issue
Block a user