mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
Simplify config and port handling
This commit is contained in:
parent
6f49915d2a
commit
87f4f53e27
5 changed files with 70 additions and 45 deletions
|
@ -23,8 +23,7 @@ services:
|
|||
# build:
|
||||
# context: .
|
||||
# dockerfile: copilot_proxy/Dockerfile
|
||||
command: uvicorn app:app --host $API_HOST --port $API_PORT
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "5001:${API_PORT}"
|
||||
- "${API_EXTERNAL_PORT}:5000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue