Update arm/docker-compose.yml
This commit is contained in:
parent
ac2e82870c
commit
dbbb1923db
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ services:
|
||||||
- CLOUDFLARE_API_KEY=$CLOUDFLARE_API_KEY
|
- CLOUDFLARE_API_KEY=$CLOUDFLARE_API_KEY
|
||||||
- DNS_PROVIDER=cloudflare
|
- DNS_PROVIDER=cloudflare
|
||||||
- PAGES_DOMAIN=mafyuh.dev
|
- PAGES_DOMAIN=mafyuh.dev
|
||||||
|
- CF_ZONE_API_TOKEN=$CF_ZONE_API_TOKEN
|
||||||
|
- CF_DNS_API_TOKEN=$CF_DNS_API_TOKEN
|
||||||
ports:
|
ports:
|
||||||
- "90:80"
|
- "90:80"
|
||||||
- "449:443"
|
- "449:443"
|
||||||
|
|
Reference in a new issue