add docker-compose.yaml

This commit is contained in:
Luna 2022-11-15 21:02:40 -03:00
parent 6eaf6115cc
commit a0d94a6e47
1 changed files with 10 additions and 0 deletions

10
docker-compose.yaml Normal file
View File

@ -0,0 +1,10 @@
version: "3.9"
services:
pleroma_db:
image: postgres:15
pleroma:
image: git.pleroma.social:5050/pleroma/pleroma:release-2-4-1
mastodon_db:
image: postgres:15
mastodon:
image: tootsuite/mastodon:v4.0.2