Skip to content

Commit

Permalink
chore: add environment variable for Docker build context in docker-co…
Browse files Browse the repository at this point in the history
…mpose.yml

- Introduced DOTENV_KEY environment variable to the Docker build context for improved configuration management.
- Ensured that the application can access necessary environment variables during the build process.
  • Loading branch information
fearandesire committed Dec 14, 2024
1 parent 95bbae2 commit edf9f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
image: ghcr.io/fearandesire/pluto-betting-bot:latest
build:
context: .
environment:
- DOTENV_KEY=${PLUTO_DOTENV_KEY}
volumes:
- .env.vault:/app/.env.vault
- ./Khronos-Swagger-Spec-v1.json:/app/Khronos-Swagger-Spec-v1.json
Expand Down

0 comments on commit edf9f40

Please sign in to comment.