We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71254a commit abf2760Copy full SHA for abf2760
compose.yml
@@ -35,7 +35,7 @@ services:
35
- CLOUDFLARE_API_TOKEN=${ENV_SECRET_CLOUDFLARE_API_TOKEN:-""}
36
- WRANGLER_SEND_METRICS=false
37
- ASTRO_TELEMETRY_DISABLED=1
38
- env_file: .env
+ env_file: "{.env:-env.template}"
39
command: ${COMPOSE_COMMAND:-bash}
40
41
# Service `dev` is for local development and not on a CI/CD where there could be port conflict
0 commit comments