From d48e145294d938b5c9ae6c6f690fef1aeaad5c29 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 14 Nov 2024 04:08:53 +0100 Subject: Akkoma service configuration Signed-off-by: Mel --- services/akkoma/docker-entrypoint.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 services/akkoma/docker-entrypoint.patch (limited to 'services/akkoma/docker-entrypoint.patch') diff --git a/services/akkoma/docker-entrypoint.patch b/services/akkoma/docker-entrypoint.patch new file mode 100644 index 0000000..bf84008 --- /dev/null +++ b/services/akkoma/docker-entrypoint.patch @@ -0,0 +1,12 @@ +--- a/docker-entrypoint.sh 2023-10-02 00:12:00.075281627 +0000 ++++ b/docker-entrypoint.sh 2023-10-02 00:06:36.989085305 +0000 +@@ -8,7 +8,7 @@ + done + + echo "-- Running migrations..." +-mix ecto.migrate ++/bin/pleroma_ctl migrate + + echo "-- Starting!" +-mix phx.server ++/bin/pleroma start -- cgit 1.4.1