Skip to content

Commit

Permalink
refactor Docker Compose files: update env_file paths for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmay committed Oct 30, 2024
1 parent b1aa81a commit 7395438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions infrastructure/docker-compose.build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
env_file:
- ../app/.env
build:
context: ../
dockerfile: infrastructure/docker/Dockerfile
2 changes: 1 addition & 1 deletion infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ services:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
restart: unless-stopped
env_file:
- app/.env
- .env
ports:
- "${SERVER_PORT}:8501"

0 comments on commit 7395438

Please sign in to comment.