Resolve merge conflicts and fix issues with setup.sh

This commit is contained in:
Fred de Gier 2022-10-20 16:09:12 +02:00
commit 2a91018792
9 changed files with 115 additions and 92 deletions

View file

@ -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"