新增 fly.io 配置文件

This commit is contained in:
besscroft
2023-03-05 12:06:08 +08:00
parent 2227f90897
commit 79e5b6377b

11
fly.toml Normal file
View File

@@ -0,0 +1,11 @@
app = "diyfile"
[build]
image = "besscroft/diyfile:latest"
[[services]]
internal_port = 8080
[env]
JAVA_OPTS = "-Xms256m -Xmx256m -Duser.timezone=GMT+08 -Dfile.encoding=UTF8"