-
Using my old .toml for app = "MY_APP"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[build]
image = "benbusby/whoogle-search:0.7.1"
[env]
EXPOSE_PORT = "80"
WHOOGLE_CONFIG_COUNTRY = "countryUS"
WHOOGLE_CONFIG_LANGUAGE = "lang_en"
WHOOGLE_CONFIG_SEARCH_LANGUAGE = "lang_en"
WHOOGLE_CONFIG_THEME = "dark"
WHOOGLE_CONFIG_BLOCK = "https://www.pinterest.com,https://pinterest.com,https://www.pinterest.com/"
HTTPS_ONLY = "1"
WHOOGLE_CONFIG_ALTS = "1"
WHOOGLE_ALT_TW = "https://nitter.net"
WHOOGLE_ALT_MD = "https://scribe.rip"
WHOOGLE_ALT_IMG = "https://imgin.voidnet.tech/"
WHOOGLE_MINIMAL = "1"
WHOOGLE_MINIMAL_MODE = "1"
WHOOGLE_AUTOCOMPLETE = "0"
WHOOGLE_CONFIG_GET_ONLY = "1"
WHOOGLE_CONFIG_VIEW_IMAGE = "1"
[[services]]
http_checks = []
internal_port = 80
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 6
timeout = "2s"
|
Beta Was this translation helpful? Give feedback.
Answered by
KAN7A
May 14, 2022
Replies: 1 comment
-
Change internal port and expose port from 80 to 5006 and that seems to deploy right. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kevinfiol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change internal port and expose port from 80 to 5006 and that seems to deploy right.