Initial Commit

This commit is contained in:
2023-09-18 19:57:18 -04:00
commit 1a1fb31a3c
52 changed files with 6882 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
---
services:
sync-ninja:
# working_dir: /app
environment:
- CONFIG_PATH=/data
- DATA_PATH=/data
ports:
- "8585:8585"
build: .
volumes:
- ./data:/data