add docker-compose.yaml
This commit is contained in:
parent
6eaf6115cc
commit
a0d94a6e47
1 changed files with 10 additions and 0 deletions
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal 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
|
Loading…
Reference in a new issue