This commit is contained in:
2025-06-30 11:27:27 -06:00
parent 12db0fb03d
commit c6395f6a17

View File

@@ -233,7 +233,7 @@ services:
copilot-api:
image: node:latest
working_dir: /app
command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN"
command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --host 0.0.0.0 --port 4444"
environment:
- COPILOT_TOKEN=${COPILOT_TOKEN}
ports:
@@ -242,5 +242,5 @@ services:
networks:
proxy:
external:
name: proxy
name: proxy
external: true