Skip to content

Commit cd4c473

Browse files
committed
Add nginx reload for cert renewal + pin digest.
1 parent 7cf913b commit cd4c473

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DeepSeek-V3.1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ x-vllm-proxy-common: &vllm-proxy-common
4444

4545
services:
4646
nginx:
47-
image: nginx:alpine
47+
image: nginx@sha256:1d13701a5f9f3fb01aaa88cef2344d65b6b5bf6b7d9fa4cf0dca557a8d7702ba
4848
container_name: nginx
49+
command: /bin/sh -c 'while :; do sleep 6h; nginx -s reload; done & nginx -g "daemon off;"'
4950
ports:
5051
- "8000:80"
5152
- "8444:443"

GLM-4.7.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ x-vllm-proxy-common: &vllm-proxy-common
4444

4545
services:
4646
nginx:
47-
image: nginx:alpine
47+
image: nginx@sha256:1d13701a5f9f3fb01aaa88cef2344d65b6b5bf6b7d9fa4cf0dca557a8d7702ba
4848
container_name: nginx
49+
command: /bin/sh -c 'while :; do sleep 6h; nginx -s reload; done & nginx -g "daemon off;"'
4950
ports:
5051
- "8000:80"
5152
- "8444:443"

0 commit comments

Comments
 (0)