File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ configs:
138138 server {
139139 listen 80;
140140 listen 443 ssl;
141+ server_name deepseek-v31.completions.near.ai;
141142
142143 ssl_certificate /etc/letsencrypt/live/completions.near.ai/fullchain.pem;
143144 ssl_certificate_key /etc/letsencrypt/live/completions.near.ai/privkey.pem;
Original file line number Diff line number Diff line change @@ -47,24 +47,20 @@ services:
4747 image : nginx:alpine
4848 container_name : nginx
4949 ports :
50- - " 80 :80"
51- - " 443 :443"
50+ - " 8000 :80"
51+ - " 8001 :443"
5252 volumes :
5353 - certs:/etc/letsencrypt:ro
5454 configs :
5555 - source : nginx_conf
5656 target : /etc/nginx/conf.d/default.conf
5757 mode : 0644
58- depends_on :
59- - vllm-proxy-glm
6058 restart : unless-stopped
6159 logging : *logging-conf
6260
6361 vllm-proxy-glm :
6462 << : *vllm-proxy-common
6563 container_name : vllm-proxy-glm
66- ports :
67- - " 8000:8000"
6864 environment :
6965 - MODEL_NAME=zai-org/GLM-4.7
7066 - TOKEN=${PROXY_TOKEN}
@@ -131,6 +127,7 @@ configs:
131127 server {
132128 listen 80;
133129 listen 443 ssl;
130+ server_name glm-47.completions.near.ai;
134131
135132 ssl_certificate /etc/letsencrypt/live/completions.near.ai/fullchain.pem;
136133 ssl_certificate_key /etc/letsencrypt/live/completions.near.ai/privkey.pem;
You can’t perform that action at this time.
0 commit comments