Skip to content

Commit

Permalink
Remove unused envars (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Oct 22, 2024
1 parent 5a44e62 commit f6f229c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions deploy-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ services:
command: ["npx", "pm2-runtime", "pm2.config.cjs"]
environment:
<<: *shared-env-vars
TASK_TYPE: ${TASK_TYPE}
DD_SERVICE: fname-registry-${POD_NAME}
POSTGRES_CONNECTION_POOL_MAX_SIZE: "20"
labels:
<<: *shared-labels
network_mode: host
Expand Down
1 change: 0 additions & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pods:
instanceType: c7g.large # 2 vCPU, 4GiB, ARM, up to 12.5 Gbit
environment:
FNAME_REGISTRY_DOCKER_IMAGE: # Provided by deployment process after image is built
TASK_TYPE: server
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 f6f229c

Please sign in to comment.