modified snakeapi

This commit is contained in:
yoshi 2025-04-29 11:40:06 -07:00
parent 55b2398370
commit a3f0d83304
4 changed files with 49 additions and 20 deletions

View file

@ -0,0 +1,17 @@
app = ""
kill_signal = "SIGINT"
kill_timeout = 5
[build]
dockerfile = "Dockerfile"
[env]
PORT = "3006"
[[services]]
internal_port = 3006
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 80