Created
June 11, 2021 11:58
-
-
Save jsiebens/4f6c778b43a20dd68e7892850166f9e2 to your computer and use it in GitHub Desktop.
inlets PRO and Fly.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ghcr.io/inlets/inlets-pro:0.8.5 | |
CMD ["tcp", "server", "--auto-tls=false", "--token-env=TOKEN"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kill_signal = "SIGINT" | |
kill_timeout = 5 | |
[[services]] | |
internal_port = 8080 | |
protocol = "tcp" | |
[[services.ports]] | |
handlers = ["http"] | |
port = 80 | |
[[services.ports]] | |
handlers = ["tls", "http"] | |
port = 443 | |
[[services]] | |
internal_port = 8123 | |
protocol = "tcp" | |
[[services.ports]] | |
handlers = ["tls", "http"] | |
port = 10023 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment