modified: apps/gitea/docker-compose.yml

modified:   apps/gramps/docker-compose.yml
	modified:   apps/nextcloud/docker-compose.yml
	modified:   apps/passbolt/docker-compose.yml
	modified:   core/docker-compose.yml
	modified:   default-environment.env
	modified:   monitoring/prometheus/docker-compose.yml
This commit is contained in:
git
2026-04-07 15:12:42 +10:00
parent 7f70bd2acb
commit b7983b30d3
7 changed files with 144 additions and 63 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ services:
container_name: crowdsec
restart: always
environment:
- COLLECTIONS=crowdsecurity/traefik
- COLLECTIONS=${CROWDSEC_COLLECTIONS}
volumes:
- ${PROJECT_ROOT}/core/crowdsec/logs:/logs:ro
- ${PROJECT_ROOT}/core/crowdsec/data:/var/lib/crowdsec/data
@@ -73,7 +73,7 @@ services:
container_name: error-pages
read_only: true
environment:
TEMPLATE_NAME: app-down
TEMPLATE_NAME: ${ERROR_PAGES_TEMPLATE_NAME}
networks:
# - reverse_proxy
- traefik