diff --git a/home-server/docker-compose.yml b/home-server/docker-compose.yml index 28b402d..2684ce2 100644 --- a/home-server/docker-compose.yml +++ b/home-server/docker-compose.yml @@ -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: diff --git a/home-server/nginx.conf b/home-server/nginx.conf index 03afad4..38eda5f 100644 --- a/home-server/nginx.conf +++ b/home-server/nginx.conf @@ -206,6 +206,7 @@ server { proxy_set_header Connection "upgrade"; } } + server { listen 443 ssl; listen [::]:443 ssl;