adding API key ENV File
This commit is contained in:
parent
6db1e6169f
commit
f5ce14a7e3
|
|
@ -10,6 +10,8 @@ services:
|
||||||
image: traefik:v3.1
|
image: traefik:v3.1
|
||||||
# Enables the web UI and tells Traefik to listen to docker
|
# Enables the web UI and tells Traefik to listen to docker
|
||||||
command: --configFile=/config/traefik.yml
|
command: --configFile=/config/traefik.yml
|
||||||
|
environment:
|
||||||
|
- IPV64_API_KEY_FILE=/config/ipv64.env
|
||||||
ports:
|
ports:
|
||||||
# The HTTP port
|
# The HTTP port
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue