Files
lrc-local/docker-compose.yml
T

28 lines
544 B
YAML

name: lrc-local
services:
site:
build:
context: .
args:
VERSION: v2026.08.25-r4
restart: unless-stopped
ports:
- "127.0.0.1:8083:8080"
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
pids_limit: 64
mem_limit: 128m
cpus: 0.5
tmpfs:
- /tmp:size=8m,mode=1777
healthcheck:
test: ["CMD", "/lrc-local", "--healthcheck", "http://127.0.0.1:8080/health"]
interval: 30s
timeout: 3s
retries: 3
start_period: 5s