move chisel to flyio

This commit is contained in:
Jaime Pillora
2023-01-28 17:01:37 +11:00
parent 3bdf6afc2d
commit ce307e580c
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ archives:
files:
- none*
release:
draft: true
prerelease: auto
changelog:
sort: asc
+2
View File
@@ -0,0 +1,2 @@
FROM jpillora/chisel
ENTRYPOINT ["/app/bin", "server", "--port", "443", "--tls-domain", "chisel.jpillora.com"]
+13
View File
@@ -0,0 +1,13 @@
app = "jp-chisel"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[build]
dockerfile = "Flyfile"
[[services]]
internal_port = 443
protocol = "tcp"
[[services.ports]]
port = "443"