mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
pass env vars
This commit is contained in:
parent
a13457f25f
commit
f91d5081f2
1 changed files with 3 additions and 0 deletions
|
|
@ -12,3 +12,6 @@ services:
|
||||||
- ~/archgw_logs:/var/log/
|
- ~/archgw_logs:/var/log/
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
environment:
|
||||||
|
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
|
||||||
|
- MISTRAL_API_KEY=${MISTRAL_API_KEY:?error}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue