mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +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…
Reference in New Issue
Block a user