adding API key ENV File

This commit is contained in:
Czechman 2024-12-16 07:08:55 +01:00
parent 6db1e6169f
commit f5ce14a7e3
1 changed files with 2 additions and 0 deletions

View File

@ -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"