.
This commit is contained in:
parent
6895bc5fef
commit
90b3e5afc7
@ -20,9 +20,13 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
environment:
|
||||||
|
- OPENAI_API_BASE=https://api.openai.com
|
||||||
|
- OPENAI_API_KEY=
|
||||||
|
- OPENAI_API_MODEL=gpt-4-turbo-preview
|
||||||
networks:
|
networks:
|
||||||
- agentcoord-network
|
- agentcoord-network
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
app-network:
|
agentcoord-network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user