update env

This commit is contained in:
2025-01-15 19:21:28 -06:00
parent cf41948162
commit 1a964621a7
2 changed files with 4 additions and 8 deletions

View File

@@ -1,6 +1,4 @@
---
version: "3.7"
services:
traefik:
image: ghcr.io/traefik/traefik:3.3.1
@@ -34,8 +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:
traefik.enable: true
traefik.docker.network: internal

View File

@@ -1,6 +1,4 @@
---
version: "3.7"
services:
traefik:
image: ghcr.io/traefik/traefik:3.3.1
@@ -34,8 +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:
traefik.enable: true
traefik.docker.network: internal