feat: launch privacy-first local lyrics tool
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
name: lrc-local
|
||||
|
||||
services:
|
||||
site:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
VERSION: v2026.08.25-r1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:8083:8080"
|
||||
read_only: true
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
pids_limit: 32
|
||||
mem_limit: 64m
|
||||
cpus: 0.25
|
||||
tmpfs:
|
||||
- /tmp:size=8m,mode=1777
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8080/"]
|
||||
interval: 30s
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
start_period: 5s
|
||||
Reference in New Issue
Block a user