port not needed

This commit is contained in:
2025-06-30 11:28:26 -06:00
parent c6395f6a17
commit aba2d7575b
2 changed files with 2 additions and 1 deletions

View File

@@ -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 --host 0.0.0.0 --port 4444" command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --port 4444"
environment: environment:
- COPILOT_TOKEN=${COPILOT_TOKEN} - COPILOT_TOKEN=${COPILOT_TOKEN}
ports: ports:

View File

@@ -206,6 +206,7 @@ server {
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
} }
} }
server { server {
listen 443 ssl; listen 443 ssl;
listen [::]:443 ssl; listen [::]:443 ssl;