mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
26 lines
618 B
YAML
26 lines
618 B
YAML
services:
|
|
koala-sync:
|
|
image: ghcr.io/shik3i/koalasync:latest
|
|
container_name: KoalaSync
|
|
restart: always
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- TZ=Europe/Berlin
|
|
- PORT=3000
|
|
- MIN_VERSION=1.0.0
|
|
- MAX_ROOMS=100
|
|
- MAX_PEERS_PER_ROOM=50
|
|
# KoalaSync uses in-memory storage for the relay,
|
|
# so no persistent database volume is required.
|
|
pids_limit: 2048
|
|
# Example for custom network (e.g., Unraid/Macvlan)
|
|
# networks:
|
|
# custom_network:
|
|
# ipv4_address: 192.168.1.XXX
|
|
|
|
# networks:
|
|
# custom_network:
|
|
# external: true
|
|
# name: br0
|