Compare commits

..

No commits in common. "development" and "production" have entirely different histories.

4 changed files with 8 additions and 16 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 Bryan Joshua Pedini
Copyright (c) 2022 Bryan Joshua Pedini
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1 +1,2 @@
# InfluxDB Deployment
# Base App Deployment
This is the base on which (almost) every deployment is sort-of-based on.

View File

@ -1,8 +1,6 @@
---
services:
influxdb:
image: influxdb:${INFLUX_VERSION}
command: --reporting-disabled
app:
restart: unless-stopped
labels:
### Section Træfik
@ -31,9 +29,6 @@ services:
- diun.exclude_tags=${DIUN_EXCLUDE}
networks:
- traefik
volumes:
- ${INFLUX_DATA}/data:/var/lib/influxdb2
#- ${INFLUX_DATA}/config/config.yml:/etc/influxdb2/config.yml
networks:
traefik:

View File

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