feat: add self-built Snell 5.0.1 projects
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
network_mode: host
|
||||
environment:
|
||||
PSK: ${PSK}
|
||||
PORT: ${PORT}
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 200k
|
||||
max-file: "2"
|
||||
|
||||
Reference in New Issue
Block a user