Move hard-coded env values into default-environment.env

This commit is contained in:
beatz174-bit
2026-04-07 15:08:59 +10:00
parent 7f70bd2acb
commit 634abe4b39
11 changed files with 151 additions and 70 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