Skip to content

Commit 8df38dc

Browse files
committed
Clean up and consistency.
1 parent b295211 commit 8df38dc

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

DeepSeek-V3.1.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,4 @@ configs:
270270
{%- else %}
271271
{{'<think>'}}
272272
{%- endif %}
273-
{% endif %}
274-
journald_config_file:
275-
content: |
276-
logs:
277-
- type: journald
278-
container_mode: true
273+
{% endif %}

GLM-4.7.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,4 @@ configs:
166166
proxy_cache off;
167167
proxy_read_timeout 300s;
168168
}
169-
}
170-
journald_config_file:
171-
content: |
172-
logs:
173-
- type: journald
174-
container_mode: true
169+
}

small-models.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ services:
139139
container_name: nginx
140140
command: /bin/sh -c 'while :; do sleep 6h; nginx -s reload; done & nginx -g "daemon off;"'
141141
ports:
142-
- "8000:80"
142+
- "80:80"
143+
- "8000:8000"
143144
- "8001:8001"
144145
- "8002:8002"
145146
- "8003:8003"
@@ -526,7 +527,7 @@ configs:
526527
527528
# :8000 - Qwen3-30B
528529
server {
529-
listen 80;
530+
listen 8000;
530531
location / { proxy_pass http://vllm-proxy-qwen3-30b:8000; }
531532
}
532533
@@ -589,8 +590,3 @@ configs:
589590
listen 8010;
590591
location / { proxy_pass http://vllm-proxy-whisper3-large:8000; }
591592
}
592-
journald_config_file:
593-
content: |
594-
logs:
595-
- type: journald
596-
container_mode: true

0 commit comments

Comments
 (0)