docker-apps/prometheus/stacks/.env
2025-04-03 22:57:52 +02:00

21 lines
435 B
Bash

################################################################
APPLICATION_NAME=prometheus
DOCKERDIR=/mnt/SSD1/docker/
STACKSDIR=${DOCKERDIR}/stacks/${APPLICATION_NAME}
DATAROOT=${DOCKERDIR}/data
DATADIR=${DATAROOT}/${APPLICATION_NAME}
SECRETSDIR=${STACKSDIR}/secrets
CERTSDIR=${DATAROOT}/traefik/certs
PUID=3021
PGID=3020
DOMAINNAME=sthome.org
################################################################
WEBUI_PORT=9090