ports
This commit is contained in:
@@ -233,7 +233,7 @@ services:
|
|||||||
copilot-api:
|
copilot-api:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
working_dir: /app
|
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:
|
environment:
|
||||||
- COPILOT_TOKEN=${COPILOT_TOKEN}
|
- COPILOT_TOKEN=${COPILOT_TOKEN}
|
||||||
ports:
|
ports:
|
||||||
@@ -242,5 +242,5 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external:
|
name: proxy
|
||||||
name: proxy
|
external: true
|
||||||
Reference in New Issue
Block a user