diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index b64e7dd..a0ad650 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -7,11 +7,9 @@ services: ports: - "80:80" - "443:443" - env_file: - - .env environment: - CF_DNS_API_TOKEN: - CROWDSEC_BOUNCER_API_KEY: + - CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN} + - CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY} volumes: - ./traefik.yaml:/etc/traefik/traefik.yaml:ro - ./config.yaml:/config.yml:ro