diff --git a/hosts/ps08rp/traefik/compose.yaml b/hosts/ps08rp/traefik/compose.yaml index cfa30dba6..881a696eb 100644 --- a/hosts/ps08rp/traefik/compose.yaml +++ b/hosts/ps08rp/traefik/compose.yaml @@ -32,6 +32,8 @@ services: - "--metrics.prometheus.addServicesLabels=true" - "--metrics.prometheus.entryPoint=web-secure" - "--metrics.prometheus.manualRouting=true" + env_file: + - .env environment: - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin labels: diff --git a/hosts/ps09rp/traefik/compose.yaml b/hosts/ps09rp/traefik/compose.yaml index 276b660b7..02bdd7fae 100644 --- a/hosts/ps09rp/traefik/compose.yaml +++ b/hosts/ps09rp/traefik/compose.yaml @@ -32,6 +32,8 @@ services: - "--metrics.prometheus.addServicesLabels=true" - "--metrics.prometheus.entryPoint=web-secure" - "--metrics.prometheus.manualRouting=true" + env_file: + - .env environment: - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin labels: