20 lines
550 B
Bash
20 lines
550 B
Bash
## BUILD STAGE
|
|
BUILD_TAG=0.6.2
|
|
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-debian:trixie-slim
|
|
BUILD_MAINTAINER=pi-farm
|
|
BUILD_APP_VERSION=${BUILD_TAG}
|
|
BUILD_APP_GIT=https://github.com/oschonrock/hibp.git
|
|
BUILD_APP_NAME=hibp
|
|
BUILD_APP_USER=pi
|
|
BUILD_APP_GID=1000
|
|
|
|
## ENV STAGE
|
|
ENV_TZ=Europe/Berlin
|
|
ENV_PUID=1000
|
|
ENV_PGID=1000
|
|
VOL_DATA=/data
|
|
PORT_WEB=8082:8082
|
|
PUSH=gitea
|
|
#,dockerhub
|
|
DESCRIPTION="Docker implementation of https://github.com/oschonrock/hibp.git." |