update env
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user