Made huge replacements more robust with envsubst instead of sed

This commit is contained in:
Raphaël Numbus
2026-01-09 16:18:59 +01:00
parent 491c56909e
commit 9d003f2cbe
5 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ in
image: docker.io/library/traefik:latest
container_name: traefik
networks:
TRAEFIK_NETWORKS
$TRAEFIK_NETWORKS
ports:
- 8080:80
- 8443:443
@@ -39,7 +39,7 @@ TRAEFIK_NETWORKS
- traefik.http.routers.traefik-https.tls.certresolver=cloudflare
restart: always
networks:
TRAEFIK_REF_NETWORKS
$TRAEFIK_REF_NETWORKS
'';
systemd.services.traefik = {