20 lines
422 B
YAML
20 lines
422 B
YAML
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"
|
|
|