build: package local admin service

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Bastian Wagner
2026-08-15 09:56:50 +02:00
parent d2ac079870
commit 5931a57f82
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
sync:
build: .
env_file: .env
ports:
- "8080:8080"
volumes:
- ./data:/data
restart: unless-stopped