port not needed
This commit is contained in:
@@ -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 --host 0.0.0.0 --port 4444"
|
||||
command: sh -c "npx copilot-api@latest start --github-token $COPILOT_TOKEN --port 4444"
|
||||
environment:
|
||||
- COPILOT_TOKEN=${COPILOT_TOKEN}
|
||||
ports:
|
||||
|
||||
@@ -206,6 +206,7 @@ server {
|
||||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
Reference in New Issue
Block a user