moved grafana out of the way of almond/ada in hass, gave cadvisr/grafana container_names to match, moved hassio data to just hassio still unsure that was needed. Finally removed nzbget using sabnzbd anyway as it works better with hassio
This commit is contained in:
@@ -6,7 +6,6 @@ services:
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
depends_on:
|
||||
- nzbget
|
||||
- radarr
|
||||
- sonarr
|
||||
command:
|
||||
@@ -33,24 +32,6 @@ services:
|
||||
- "traefik.http.services.myth.loadbalancer.server.port=5678"
|
||||
- "traefik.http.routers.myth.entrypoints=web"
|
||||
|
||||
nzbget:
|
||||
image: linuxserver/nzbget
|
||||
container_name: nzbget
|
||||
volumes:
|
||||
- /export/docker/container/nzbget/config:/config
|
||||
- /export/docker/storage/downloads:/downloads
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=500
|
||||
- PGID=500
|
||||
- TZ=Australia/Melbourne
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.nzbget.rule=PathPrefix(`/nzbget/`)"
|
||||
- "traefik.http.middlewares.stripprefix-nzbget.stripprefix.prefixes=/nzbget"
|
||||
- "traefik.http.routers.nzbget.middlewares=stripprefix-nzbget@docker"
|
||||
- "traefik.http.routers.nzbget.entrypoints=web"
|
||||
|
||||
sonarr:
|
||||
container_name: sonarr
|
||||
image: linuxserver/sonarr
|
||||
@@ -301,7 +282,7 @@ services:
|
||||
- SUPERVISOR_NAME=hassio_supervisor
|
||||
- DBUS_SYSTEM_BUS_ADDRESS=unix:path=/var/run/dbus/system_bus_socket
|
||||
volumes:
|
||||
- /export/docker/container/hassio/data:/data
|
||||
- /export/docker/container/hassio:/data
|
||||
- /export/docker/container/hassio/scripts:/scripts
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
|
||||
@@ -341,6 +322,7 @@ services:
|
||||
links:
|
||||
- cadvisor:cadvisor
|
||||
- alertmanager:alertmanager
|
||||
- node-exporter:node-exporter
|
||||
depends_on:
|
||||
- cadvisor
|
||||
restart: always
|
||||
@@ -370,11 +352,12 @@ services:
|
||||
- /export/docker/container/alertmanager/:/etc/alertmanager/
|
||||
restart: always
|
||||
command:
|
||||
- '-config.file=/etc/alertmanager/config.yml'
|
||||
- '-storage.path=/alertmanager'
|
||||
- '--config.file=/etc/alertmanager/config.yml'
|
||||
- '--storage.path=/alertmanager'
|
||||
|
||||
cadvisor:
|
||||
image: google/cadvisor:latest
|
||||
container_name: cadvisor
|
||||
volumes:
|
||||
- /:/rootfs:ro
|
||||
- /var/run:/var/run:rw
|
||||
@@ -386,10 +369,11 @@ services:
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
container_name: grafana
|
||||
depends_on:
|
||||
- prometheus
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 13000:3000
|
||||
volumes:
|
||||
- /export/docker/container/grafana/data:/var/lib/grafana
|
||||
- /export/docker/container/grafana/dashboards:/var/lib/grafana/dashboards
|
||||
|
||||
Reference in New Issue
Block a user