File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4646
4747# Cloudflare API token for DNS challenge
4848# CF_API_TOKEN=your_cloudflare_api_token
49+ # CF_ZONE_ID=your_cloudflare_zone_id
4950
5051# Service domain
5152# SRV_DOMAIN=test5.dstack.phala.network
9697required_env_vars=(
9798 " VMM_RPC"
9899 " CF_API_TOKEN"
100+ " CF_ZONE_ID"
99101 " SRV_DOMAIN"
100102 " PUBLIC_IP"
101103 " WG_ADDR"
@@ -134,6 +136,7 @@ cat "$COMPOSE_TMP"
134136# Update .env file with current values
135137cat << EOF >.app_env
136138CF_API_TOKEN=$CF_API_TOKEN
139+ CF_ZONE_ID=$CF_ZONE_ID
137140SRV_DOMAIN=$SRV_DOMAIN
138141WG_ENDPOINT=$PUBLIC_IP :$WG_PORT
139142MY_URL=$MY_URL
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ services:
1515 - WG_ENDPOINT=${WG_ENDPOINT}
1616 - SRV_DOMAIN=${SRV_DOMAIN}
1717 - CF_API_TOKEN=${CF_API_TOKEN}
18+ - CF_ZONE_ID=${CF_ZONE_ID}
1819 - MY_URL=${MY_URL}
1920 - BOOTNODE_URL=${BOOTNODE_URL}
2021 - ACME_STAGING=${ACME_STAGING}
You can’t perform that action at this time.
0 commit comments