Skip to content

Commit

Permalink
Allow local env file for running tooling in container
Browse files Browse the repository at this point in the history
  • Loading branch information
gondalez committed Aug 20, 2024
1 parent 30f743b commit c0d2809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
# rspec failure tracking
.rspec_status
/vendor/
/.env
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ services:
volumes:
- .:/app
- ${APPBOT_TOOL_FRIENDLY_HOST:-/dev/null}:${APPBOT_TOOL_FRIENDLY_CONTAINER:-/dev/null} # see usage in .env_example file
env_file:
- .env

0 comments on commit c0d2809

Please sign in to comment.