refactor(compose): protect services and centralize routing
This commit is contained in:
@@ -48,6 +48,10 @@ services:
|
||||
- "--experimental.plugins.crowdsec-bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
|
||||
- "--experimental.plugins.crowdsec-bouncer.version=v1.6.0"
|
||||
|
||||
# Plugin Sablier (scale-to-zero on demand)
|
||||
- "--experimental.plugins.sablier.modulename=github.com/acouvreur/sablier"
|
||||
- "--experimental.plugins.sablier.version=v1.8.0"
|
||||
|
||||
# ACME / Let's Encrypt (resolver "letsencrypt")
|
||||
- "--certificatesresolvers.letsencrypt.acme.email=${TRAEFIK_ACME_EMAIL}"
|
||||
- "--certificatesresolvers.letsencrypt.acme.storage=${TRAEFIK_ACME_STORAGE}"
|
||||
@@ -63,6 +67,7 @@ services:
|
||||
- ${TRAEFIK_DYNAMIC_DIR}:/dynamic:Z
|
||||
- ${TRAEFIK_LETSENCRYPT_DIR}:/letsencrypt:Z
|
||||
- ${TRAEFIK_LOG_DIR}:/var/log/traefik:Z
|
||||
- /opt/traefik/plugins-storage:/plugins-storage:Z
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user