This commit is contained in:
2025-08-23 14:06:40 +00:00
parent c3d80f0c61
commit 47d47d44c7
6 changed files with 334 additions and 3329 deletions
+27
View File
@@ -0,0 +1,27 @@
services:
tlsync:
container_name: tlsync
build:
context: .
dockerfile: Dockerfile
env_file:
- .env
environment:
- LOG_PATH=/app/logs
- PORT_TLDRAW_SYNC=5000
- NODE_ENV=production
ports:
- "5000:5000"
volumes:
- ./:/app
- ./bunfig.toml:/app/bunfig.toml:ro
- ./.assets:/app/.assets
- ./.rooms:/app/.rooms
- ./logs:/app/logs
networks:
- cc-network
networks:
cc-network:
name: cc-network
driver: bridge