Files
kosync-rs/docker-compose.yml
2026-06-12 09:42:23 +00:00

18 lines
362 B
YAML

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