modified: core/docker-compose.yml

modified:   core/traefik/dynamic.yml
	modified:   core/traefik/traefik.yml
	modified:   monitoring/portainer/docker-compose.yml
	modified:   monitoring/prometheus/docker-compose.yml
	modified:   monitoring/uptime-kuma/docker-compose.yml
This commit is contained in:
git
2026-04-08 09:57:39 +10:00
parent 4e4ffa7f97
commit 2d17c0a70d
6 changed files with 5 additions and 5 deletions
-2
View File
@@ -11,8 +11,6 @@ services:
- error-pages
- authelia
- crowdsec
environment:
TRAEFIK_PROVIDERS_DOCKER_ENDPOINT: tcp://docker-socket-proxy:2375
ports:
- "80:80"
+1 -1
View File
@@ -4,7 +4,7 @@ http:
plugin:
crowdsec-bouncer:
crowdsecMode: live
crowdsecLapiKey: ${CROWDSEC_LAPI_KEY}
crowdsecLapiKey: HeneLa2mazFVzl5+DQRKOdchBuJxKdjrHsHBE/03Acs
crowdsecLapiHost: crowdsec:8080
crowdsecLapiScheme: http
+1
View File
@@ -13,6 +13,7 @@ ping: {}
providers:
docker:
endpoint: "tcp://docker-socket-proxy:2375"
exposedByDefault: false
file:
+1 -1
View File
@@ -6,7 +6,7 @@ services:
restart: unless-stopped
depends_on:
- docker-socket-proxy
command: -H tcp://docker-socket-proxy:2375
command: -H ${DOCKER_SOCKET_PROXY_HOST}
volumes:
- ${PROJECT_ROOT}/monitoring/portainer/data:/data
networks:
+1
View File
@@ -28,6 +28,7 @@ services:
- no-new-privileges:true
networks:
- monitor
- traefik
prometheus:
profiles: ["monitoring","all","prometheus"]
+1 -1
View File
@@ -7,7 +7,7 @@ services:
depends_on:
- docker-socket-proxy
environment:
DOCKER_HOST: tcp://docker-socket-proxy:2375
DOCKER_HOST: ${DOCKER_SOCKET_PROXY_HOST}
volumes:
- ${PROJECT_ROOT}/monitoring/uptime-kuma/data:/app/data
# ports: