mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
move chisel to flyio
This commit is contained in:
@@ -35,6 +35,7 @@ archives:
|
||||
files:
|
||||
- none*
|
||||
release:
|
||||
draft: true
|
||||
prerelease: auto
|
||||
changelog:
|
||||
sort: asc
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
FROM jpillora/chisel
|
||||
ENTRYPOINT ["/app/bin", "server", "--port", "443", "--tls-domain", "chisel.jpillora.com"]
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user