feat: add self-built Snell 5.0.1 projects

This commit is contained in:
Codex
2026-07-19 08:55:46 -07:00
parent 469dcc3641
commit b90436ea6c
10 changed files with 132 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
snell-v5:
build:
context: .
args:
SNELL_VERSION: 5.0.1
SNELL_ZIP_SHA256: 9bea1c2b9e35b73b31634856c04d18c393072b9e5dcde6a32781d8b8f908c539
image: local/snell-server:5.0.1
restart: unless-stopped
ports:
- "${HOST_PORT}:9102/tcp"
environment:
PSK: ${PSK}
PORT: 9102
logging:
driver: json-file
options:
max-size: 200k
max-file: "2"