Initial commit: Production-ready KoalaSync Monorepo with Manifest V3, Socket.IO Relay, and Two-Phase Sync

This commit is contained in:
MacBook
2026-04-21 07:49:37 +02:00
commit 14033244e5
27 changed files with 3068 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
server:
build:
context: .
dockerfile: server/Dockerfile
container_name: koala-sync-server
ports:
- "${PORT:-3000}:3000"
env_file:
- server/.env
restart: always