WIP: Prebuilt docker image #803

Draft
floatingghost wants to merge 37 commits from customizable-docker-db into develop
Showing only changes of commit c38555de5c - Show all commits

View file

@ -1,3 +1,4 @@
#!/bin/sh
docker compose run --rm akkoma ./bin/pleroma_ctl $@
# this should all be done without needing a running instance
docker compose run --rm -e "PLEROMA_CTL_RPC_DISABLED=true" akkoma ./bin/pleroma_ctl $@