mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 18:28:28 +01:00
Update docker-compose.yml
add CF env
This commit is contained in:
@@ -15,7 +15,8 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this
|
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this if you use Cloudflare
|
||||||
|
- CLOUDFLARE_EMAIL=example@googlemail.com # change this if you use Cloudflare
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.api.rule=Host(`traefik.example.com`) # Define the subdomain for the traefik dashboard.
|
- traefik.http.routers.api.rule=Host(`traefik.example.com`) # Define the subdomain for the traefik dashboard.
|
||||||
|
|||||||
Reference in New Issue
Block a user