crowdsec and traefik init

This commit is contained in:
2026-01-13 23:18:01 +01:00
parent f0a7571682
commit 1e641f9225
8 changed files with 1029 additions and 28 deletions

View File

@@ -3,12 +3,13 @@
# Here I will include all "child" docker compose files that I need.
# The paths can relative to this file or absolue. I've used INCLUDE_PATH variable to make it more cofigurable.
# Whenever I need to remove some service then I can comment out the lines here.
# Whenever I need to remove some service then I can comment out the lines here.
include:
- path:
- ${SERVICE_PATH}/caddy/caddy.yml
- ${SERVICE_PATH}/crowdsec/crowdsec.yml
- ${SERVICE_PATH}/headscale/headscale.yml
- ${SERVICE_PATH}/watchtower/watchtower.yml
# - ${SERVICE_PATH}/traefik/traefik.yml
env_file: ${SERVICE_PATH}/.env
networks: