WIP: Prebuilt docker image #803

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

View file

@ -10,7 +10,6 @@ mkdir -p docker-setup-tmp
docker compose run \
--rm \
-e "PLEROMA_CTL_RPC_DISABLED=true" \
-v $(pwd)/docker-setup-tmp:/opt/akkoma/config/:z \
akkoma ./bin/pleroma_ctl instance gen --no-sql-user --no-db-creation --dbhost db --dbname akkoma --dbuser akkoma --dbpass akkoma --listen-ip 0.0.0.0 --listen-port 4000 --static-dir /opt/akkoma/instance/ --uploads-dir /opt/akkoma/uploads/ --db-configurable true --output /opt/akkoma/config/generated_config.exs --output-psql /opt/akkoma/config/setup_db.psql
echo ""