mirror of
https://github.com/Nezumi-2711/9router-services.git
synced 2026-09-22 13:38:29 +00:00
first commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
FROM decolua/9router:latest
|
||||
+13
@@ -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
|
||||
Reference in New Issue
Block a user