From 0d32e289b3684222a58de869fe457e131694a0c1 Mon Sep 17 00:00:00 2001 From: knoflook Date: Tue, 1 Oct 2024 15:51:04 +0200 Subject: [PATCH] dirty commit for mariadb --- abra.sh | 2 +- compose.yml | 4 +++- entrypoint.sh.tmpl | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) 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