Initial kosync-rs port

This commit is contained in:
Codex
2026-06-12 09:42:23 +00:00
commit 52cec7f8f4
20 changed files with 4827 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
kosync-rs:
image: kosync-rs:latest
build:
context: .
container_name: kosync-rs
restart: unless-stopped
ports:
- "7200:7200"
- "17200:17200"
environment:
ENABLE_USER_REGISTRATION: "true"
KOSYNC_DB: /data/kosync.sqlite3
KOSYNC_TLS: auto
RUST_LOG: info
volumes:
- ./data:/data