From f49e0f5158e1a0c697a04689177af99d80b059fb Mon Sep 17 00:00:00 2001 From: notplants Date: Tue, 2 Dec 2025 13:20:16 -0500 Subject: [PATCH] debugging --- abra-entrypoint.sh | 2 ++ abra.sh | 2 +- compose.yml | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/abra-entrypoint.sh b/abra-entrypoint.sh index 470e0dd..0022567 100644 --- a/abra-entrypoint.sh +++ b/abra-entrypoint.sh @@ -12,6 +12,8 @@ set -e [ -f /run/secrets/email_pass ] && export DJANGO_EMAIL_HOST_PASSWORD="$(cat /run/secrets/email_pass)" # if not in "env" mode, then execute the original entrypoint and command +echo "++ new entrypoint!" +echo "++ cmd: $@" if [ ! "$1" = "-e" ]; then exec "$@" fi \ No newline at end of file diff --git a/abra.sh b/abra.sh index 7880bff..055ab38 100755 --- a/abra.sh +++ b/abra.sh @@ -1,6 +1,6 @@ # Set any config versions here # Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs -export ABRA_ENTRYPOINT_VERSION=v4 +export ABRA_ENTRYPOINT_VERSION=v5 export NGINX_CONF_VERSION=v3 export PG_BACKUP_VERSION=v3 diff --git a/compose.yml b/compose.yml index 335d227..05200b9 100644 --- a/compose.yml +++ b/compose.yml @@ -90,7 +90,7 @@ services: labels: - "traefik.enable=false" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - - "coop-cloud.${STACK_NAME}.version=0.2.1+v3.4.2" + - "coop-cloud.${STACK_NAME}.version=0.2.2+v3.4.2" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080"] interval: 15s @@ -110,7 +110,8 @@ services: timeout: 30s retries: 20 start_period: 10s - command: ["gunicorn", "-c", "/usr/local/etc/gunicorn/impress.py", "impress.wsgi:application"] +# command: ["gunicorn", "-c", "/usr/local/etc/gunicorn/impress.py", "impress.wsgi:application"] + command: ["tail", "-f", "/dev/null"] entrypoint: ["/abra-entrypoint.sh", "/usr/local/bin/entrypoint"] configs: - source: abra_entrypoint