move data to docker-data
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
||||
ports:
|
||||
- 8086:8086
|
||||
volumes:
|
||||
- ./scrutiny/config/influxdb2/db:/var/lib/influxdb2
|
||||
- ./scrutiny/config/influxdb2/config:/etc/influxdb2
|
||||
- /home/ccalifice/docker-data/monitoring/scrutiny/config/influxdb2/db:/var/lib/influxdb2
|
||||
- /home/ccalifice/docker-data/monitoring/scrutiny/config/influxdb2/config:/etc/influxdb2
|
||||
environment:
|
||||
- DOCKER_INFLUXDB_INIT_MODE=setup
|
||||
- DOCKER_INFLUXDB_INIT_USERNAME=Admin
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
ports:
|
||||
- 8081:8080
|
||||
volumes:
|
||||
- ./scrutiny/config/scrutiny/config:/opt/scrutiny/config
|
||||
- /home/ccalifice/docker-data/monitoring/scrutiny/config/scrutiny/config:/opt/scrutiny/config
|
||||
environment:
|
||||
- SCRUTINY_WEB_INFLUXDB_HOST=scrutiny-influxdb
|
||||
- SCRUTINY_WEB_INFLUXDB_PORT=8086
|
||||
@@ -51,17 +51,16 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Uncomment the below line if you want glances to display host OS detail instead of container's
|
||||
- /etc/os-release:/etc/os-release:ro
|
||||
- /mnt/restic:/restic
|
||||
- /etc/os-release:/etc/os-release:ro
|
||||
- /:/host:ro
|
||||
environment:
|
||||
- "GLANCES_OPT=-w"
|
||||
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
image: louislam/uptime-kuma:2
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- ./uptime-kuma/uptime-kuma-data:/app/data
|
||||
- /home/ccalifice/docker-data/monitoring/uptime-kuma/uptime-kuma-data:/app/data
|
||||
ports:
|
||||
- 3001:3001 # <Host Port>:<Container Port>
|
||||
restart: unless-stopped
|
||||
@@ -84,9 +83,9 @@ services:
|
||||
- NTFY_BEHIND_PROXY=true
|
||||
- NTFY_ATTACHMENT_CACHE_DIR=/var/lib/ntfy/attachments
|
||||
volumes:
|
||||
- ./ntfy/var/cache/ntfy:/var/cache/ntfy
|
||||
- ./ntfy/var/lib/ntfy/:/var/lib/ntfy/
|
||||
- ./ntfy/etc/ntfy:/etc/ntfy
|
||||
- /home/ccalifice/docker-data/monitoring/ntfy/var/cache/ntfy:/var/cache/ntfy
|
||||
- /home/ccalifice/docker-data/monitoring/ntfy/var/lib/ntfy/:/var/lib/ntfy/
|
||||
- /home/ccalifice/docker-data/monitoring/ntfy/etc/ntfy:/etc/ntfy
|
||||
ports:
|
||||
- 9898:80
|
||||
restart: unless-stopped
|
||||
@@ -104,7 +103,7 @@ services:
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- ./homepage/config:/app/config # Make sure your local config directory exists
|
||||
- /home/ccalifice/docker-data/monitoring/homepage/config:/app/config # Make sure your local config directory exists
|
||||
restart: unless-stopped
|
||||
|
||||
# glance:
|
||||
|
||||
Reference in New Issue
Block a user