New Files for Traefik Reverse Proxy

This commit is contained in:
2025-02-01 15:45:53 +02:00
parent e5f729372d
commit 4ca9647a43
2 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
########################### NETWORKS
# There is no need to create any networks outside this docker-compose file.
networks:
proxy:
name: proxy
driver: bridge
socket_proxy:
name: socket_proxy
driver: bridge
# Docker Compose v2.20 or greater required to use "include"
include:
########################### SERVICES
- ../compose/dc-traefik.yml
- ../compose/dc-socket-proxy.yml
- ../compose/dc-crowdsec.yml
- ../compose/dc-traefik-bouncer.yml