dev #2

Merged
pi-farm merged 82 commits from dev into main 2026-03-25 10:05:59 +00:00
Showing only changes of commit 7e171f8358 - Show all commits

View File

@@ -1,6 +1,7 @@
## BUILD STAGE ## BUILD STAGE
BUILD_TAG=0.6.2 BUILD_TAG=0.6.2
BUILD_BASE_IMAGE=git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim BUILD_BASE_IMAGE=git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim
BUILD_RUNTIME_IMAGE=git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
BUILD_MAINTAINER=pi-farm BUILD_MAINTAINER=pi-farm
BUILD_APP_VERSION=${BUILD_TAG} BUILD_APP_VERSION=${BUILD_TAG}
BUILD_APP_GIT=https://github.com/oschonrock/hibp.git BUILD_APP_GIT=https://github.com/oschonrock/hibp.git
@@ -12,7 +13,7 @@ BUILD_APP_GID=1000
ENV_TZ=Europe/Berlin ENV_TZ=Europe/Berlin
ENV_PUID=1000 ENV_PUID=1000
ENV_PGID=1000 ENV_PGID=1000
VOL_DATA=/app VOL_DATA=/data
PORT_WEB=8082:8082 PORT_WEB=8082:8082
PUSH=gitea PUSH=gitea
#,dockerhub #,dockerhub