turned base into influxdb deployment

This commit is contained in:
2023-03-19 12:22:30 +01:00
parent 5ed1af1f7f
commit 3c5a248559
3 changed files with 17 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
# Træfik
TRAEFIK_ENABLED=true
TRAEFIK_NETWORK=traefik
TRAEFIK_ROUTER=app_example_com
TRAEFIK_SERVICE=app_example_com
TRAEFIK_SERVICE_PORT=80
TRAEFIK_MATCHRULE=Host(`app.example.com`)
TRAEFIK_ROUTER=influx_example_com
TRAEFIK_SERVICE=influx_example_com
TRAEFIK_SERVICE_PORT=8086
TRAEFIK_MATCHRULE=Host(`influx.example.com`)
TRAEFIK_TLSENABLED=true
TRAEFIK_CERTRESOLVER=letsencrypt
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
@@ -16,3 +16,7 @@ DIUN_WATCHREPO=true
DIUN_SORTALGO=semver
DIUN_INCLUDE=
DIUN_EXCLUDE=
# InfluxDB
INFLUX_VERSION=2.6.1-alpine
INFLUX_DATA=./data/influxdb