Merge branch 'develop' into develop
This commit is contained in:
commit
9bc30d69f6
2
.replit
2
.replit
|
@ -1,2 +1,2 @@
|
|||
language = "python3"
|
||||
run = "pip install -r requirements.txt && ./run"
|
||||
run = "./run"
|
||||
|
|
|
@ -67,7 +67,7 @@ COPY whoogle.env .
|
|||
|
||||
EXPOSE $EXPOSE_PORT
|
||||
|
||||
HEALTHCHECK --interval=5m --timeout=5s \
|
||||
HEALTHCHECK --interval=30s --timeout=5s \
|
||||
CMD wget --no-verbose --tries=1 http://localhost:${EXPOSE_PORT}/ || exit 1
|
||||
|
||||
CMD misc/tor/start-tor.sh & ./run
|
||||
|
|
|
@ -68,6 +68,8 @@ Provides:
|
|||
### B) [Repl.it](https://repl.it)
|
||||
[](https://repl.it/github/benbusby/whoogle-search)
|
||||
|
||||
*Note: Requires a (free) Replit account*
|
||||
|
||||
Provides:
|
||||
- Free deployment of app
|
||||
- Free HTTPS url (https://\<app name\>.\<username\>\.repl\.co)
|
||||
|
|
Loading…
Reference in New Issue
Block a user