crowdsec and traefik init
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user