first commit

This commit is contained in:
Loi Phan
2026-06-26 17:11:08 +07:00
commit c95dc9ec56
2 changed files with 14 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
- type: web
name: 9router
runtime: docker
plan: starter
dockerfilePath: ./Dockerfile
envVars:
- key: DATA_DIR
value: /app/data
disk:
name: 9router-data
mountPath: /app/data
sizeGB: 1