mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 13:54:29 -07:00
Resolve merge conflicts and fix issues with setup.sh
This commit is contained in:
commit
2a91018792
9 changed files with 115 additions and 92 deletions
|
@ -28,9 +28,8 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: copilot_proxy/Dockerfile
|
||||
command: uvicorn app:app --host 0.0.0.0 --port 5000
|
||||
env_file:
|
||||
# You can modify this env file to configure your proxy environment
|
||||
- example.env
|
||||
# Automatically created via ./setup.sh
|
||||
- .env
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "${API_EXTERNAL_PORT}:5000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue