Files
diyfile/fly.toml

12 lines
185 B
TOML
Raw Normal View History

2023-03-05 12:06:08 +08:00
app = "diyfile"
[build]
image = "besscroft/diyfile:latest"
[[services]]
internal_port = 8080
[env]
JAVA_OPTS = "-Xms256m -Xmx256m -Duser.timezone=GMT+08 -Dfile.encoding=UTF8"