fix(pry): load .env in docker-compose so PRY_API_KEY is honored
Some checks failed
CI / lint (pull_request) Failing after 2m36s
CI / test (pull_request) Successful in 2m8s
CI / typecheck (pull_request) Failing after 2m33s
CI / Secret scan (gitleaks) (pull_request) Successful in 54s
CI / Security audit (bandit) (pull_request) Successful in 1m23s
Some checks failed
CI / lint (pull_request) Failing after 2m36s
CI / test (pull_request) Successful in 2m8s
CI / typecheck (pull_request) Failing after 2m33s
CI / Secret scan (gitleaks) (pull_request) Successful in 54s
CI / Security audit (bandit) (pull_request) Successful in 1m23s
This commit is contained in:
parent
c4628b8d6e
commit
fae3f1c892
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ services:
|
||||||
- "127.0.0.1:8005:8002"
|
- "127.0.0.1:8005:8002"
|
||||||
volumes:
|
volumes:
|
||||||
- pry-sessions:/app/sessions
|
- pry-sessions:/app/sessions
|
||||||
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- PYTHONUNBUFFERED=1
|
- PYTHONUNBUFFERED=1
|
||||||
- PRY_TIMEOUT=60
|
- PRY_TIMEOUT=60
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue