Compare commits

..

No commits in common. "d26742994ab234e77d2ab46408ade7e7cbff8e07" and "83522819c3393f8ef4c3aa26474aa5f8b4c684fa" have entirely different histories.

4 changed files with 7 additions and 17 deletions

View file

@ -19,10 +19,9 @@ services:
- "traefik.http.routers.heimdall.rule=Host(`dashboard.${DOMAIN}`)" - "traefik.http.routers.heimdall.rule=Host(`dashboard.${DOMAIN}`)"
- "traefik.http.routers.heimdall.entrypoints=web" - "traefik.http.routers.heimdall.entrypoints=web"
- "traefik.http.services.heimdall.loadbalancer.server.port=80" - "traefik.http.services.heimdall.loadbalancer.server.port=80"
- "docker.group=dashboard" - "docker.group="dashboard"
restart: unless-stopped restart: unless-stopped
networks: networks:
web: web:
external: true external: true

View file

@ -74,3 +74,5 @@ networks:
monitoring: monitoring:
web: web:
external: true external: true
dockersocket:
external: true

View file

@ -1,16 +1,5 @@
#/bin/bash/ #/bin/bash/
for dir in ./*/ ; do
function up { (cd "$dir" && echo "[$dir]" && docker-compose up -d);
(cd "$1" && echo "[$1]" && docker-compose up -d "${@:2}"); done
}
up proxy;
up monitoring;
up telegraf;
up smartHome;
up dashboard;
up downloads;
up portainer;
up torrent;

View file

@ -176,7 +176,7 @@
## Setting interfaces will tell it to gather these explicit interfaces, ## Setting interfaces will tell it to gather these explicit interfaces,
## regardless of status. ## regardless of status.
## ##
interfaces = ["enp2s0"] interfaces = ["enx001e0636be71"]
## ##
## On linux systems telegraf also collects protocol stats. ## On linux systems telegraf also collects protocol stats.
## Setting ignore_protocol_stats to true will skip reporting of protocol metrics. ## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.