Skip to content

Commit 80c8603

Browse files
ImTotemclaude
andcommitted
fix(infra): pass --env-file to docker compose for variable interpolation
Without this, compose looks for .env in infra/docker/ instead of project root. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 45951c0 commit 80c8603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
COMPOSE="docker compose -f infra/docker/docker-compose.yml"
4+
COMPOSE="docker compose --env-file .env -f infra/docker/docker-compose.yml"
55
NGINX_CONF="infra/docker/nginx.conf"
66
HEALTH_PATH="/openapi.json"
77
MAX_RETRIES=10

0 commit comments

Comments
 (0)