Skip to content

Commit

Permalink
Fix Docker image environment variable name to standardized form (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Dec 7, 2024
1 parent 88c5674 commit a7a50d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
app:
depends_on:
- datadog # Make sure agent is running so all stats+logs are collected
image: ${FNAME_REGISTRY_DOCKER_IMAGE:-dummy-value-for-linting}
image: ${STACK_DOCKER_IMAGE:-dummy-value-for-linting}
init: true
command: ["npx", "pm2-runtime", "pm2.config.cjs"]
environment:
Expand Down
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pods:
<<: *shared-pod-options
instanceType: c7g.xlarge # 4 vCPU, 8GiB, ARM, up to 12.5 Gbit
environment:
FNAME_REGISTRY_DOCKER_IMAGE: # Provided by deployment process after image is built
STACK_DOCKER_IMAGE: # Provided by deployment process after image is built
HEALTHCHECK_CMD: "curl --connect-timeout 5 http://127.0.0.1:3000/_health"
NODE_OPTIONS: "--enable-source-maps"
loadBalancers:
Expand Down

0 comments on commit a7a50d3

Please sign in to comment.