Initial commit: Scala/Thorium task manager demo app

This commit is contained in:
davidtio
2026-02-28 12:56:14 +08:00
commit 93e8401ed3
12 changed files with 430 additions and 0 deletions

5
clouderized.yaml Normal file
View File

@@ -0,0 +1,5 @@
name: demoapp
tier: pro
port: 8080
healthcheck: /health
jvm_opts: "-XX:MaxRAMPercentage=75.0 -XX:+UseSerialGC"