diff --git a/abra.sh b/abra.sh index 4877365..7c5fe57 100644 --- a/abra.sh +++ b/abra.sh @@ -1 +1 @@ -export APP_ENTRYPOINT_VERSION=v2 +export APP_ENTRYPOINT_VERSION=v1 diff --git a/compose.yml b/compose.yml index d275045..49831cd 100644 --- a/compose.yml +++ b/compose.yml @@ -3,9 +3,11 @@ version: "3.8" services: app: - image: kn0fl00k/uptime-kuma:unstable + image: kn0fl00k/uptime-kuma:unstable003 volumes: - data:/app/data + secrets: + - db_password networks: - internal - proxy diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index dd0a3a0..d632eab 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -1,4 +1,3 @@ - #!/bin/bash set -e @@ -29,4 +28,4 @@ file_env "UPTIME_KUMA_DB_PASSWORD" # upstream startup command cd /app -node server/server.js +node server/server.js