Merge pull request #4174 from statickidz/add-firefox-template
Add Firefox browser template
This commit is contained in:
1
public/svgs/firefox.svg
Normal file
1
public/svgs/firefox.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
23
templates/compose/firefox.yaml
Normal file
23
templates/compose/firefox.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
# documentation: https://github.com/jlesage/docker-firefox
|
||||
# slogan: Fast, private, and self-hosted secure browser for browsing without limits.
|
||||
# tags: browser, web, privacy
|
||||
# logo: svgs/firefox.svg
|
||||
# port: 5800
|
||||
|
||||
services:
|
||||
firefox:
|
||||
image: jlesage/firefox
|
||||
environment:
|
||||
- SERVICE_FQDN_FIREFOX_5800
|
||||
volumes:
|
||||
- config:/config
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- wget
|
||||
- "-q"
|
||||
- "--spider"
|
||||
- "http://127.0.0.1:5800/"
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
Reference in New Issue
Block a user