docker-added

This commit is contained in:
2026-06-04 13:03:26 -04:00
parent 8dbf7b02e7
commit 60a5fe9687
4 changed files with 61 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
vps-fleet:
build: .
ports:
- "8095:8095"
volumes:
- ./data:/app/data
restart: unless-stopped