This commit is contained in:
Sparky
2025-10-10 14:47:56 +01:00
parent b97d8e6c36
commit 92cf99d41f
3 changed files with 10 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ https://git.site.quack-lab.dev {
https://grafana.site.quack-lab.dev { https://grafana.site.quack-lab.dev {
encode zstd gzip encode zstd gzip
handle_path /* { handle_path /* {
reverse_proxy reverse_proxy 10.0.35.3:43433
} }
header -Server header -Server
try_files {path} /index.html /index.php try_files {path} /index.html /index.php

File diff suppressed because one or more lines are too long

View File

@@ -11,7 +11,8 @@ services:
COOLIFY_FQDN: grafana.site.quack-lab.dev COOLIFY_FQDN: grafana.site.quack-lab.dev
COOLIFY_URL: 'https://grafana.site.quack-lab.dev' COOLIFY_URL: 'https://grafana.site.quack-lab.dev'
SERVICE_NAME_GRAFANA: grafana SERVICE_NAME_GRAFANA: grafana
network_mode: host extra_hosts:
- 'host.docker.internal:host-gateway'
volumes: volumes:
- '/mnt/data/persistent/monitoring/grafana/data:/var/lib/grafana' - '/mnt/data/persistent/monitoring/grafana/data:/var/lib/grafana'
- '/mnt/data/persistent/monitoring/grafana/config:/etc/grafana' - '/mnt/data/persistent/monitoring/grafana/config:/etc/grafana'
@@ -62,7 +63,12 @@ services:
- 'caddy_0.try_files={path} /index.html /index.php' - 'caddy_0.try_files={path} /index.html /index.php'
- 'caddy_0=https://grafana.site.quack-lab.dev' - 'caddy_0=https://grafana.site.quack-lab.dev'
- caddy_ingress_network=jococcw004848ck4k0owwww0 - caddy_ingress_network=jococcw004848ck4k0owwww0
networks:
jococcw004848ck4k0owwww0: null
volumes: { } volumes: { }
networks: { } networks:
jococcw004848ck4k0owwww0:
name: jococcw004848ck4k0owwww0
external: true
configs: { } configs: { }
secrets: { } secrets: { }