mirror of
https://github.com/Nezumi-2711/9router-services.git
synced 2026-09-22 13:38:29 +00:00
13 lines
262 B
YAML
13 lines
262 B
YAML
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 |