diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..db859a2 --- /dev/null +++ b/docker-compose.yaml @@ -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