mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add lightpanda
This commit is contained in:
@@ -343,6 +343,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] jeffail/benthos
|
- [x] jeffail/benthos
|
||||||
- [x] bettercap/bettercap
|
- [x] bettercap/bettercap
|
||||||
- [x] tutum/builder
|
- [x] tutum/builder
|
||||||
|
- [x] lightpanda/browser
|
||||||
- [x] calendso/calendso
|
- [x] calendso/calendso
|
||||||
- [x] browserless/chrome
|
- [x] browserless/chrome
|
||||||
- [x] certbot
|
- [x] certbot
|
||||||
|
|||||||
7
lightpanda/README.md
Normal file
7
lightpanda/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
lightpanda
|
||||||
|
==========
|
||||||
|
|
||||||
|
[Lightpanda][1] is an AI-native web browser built from scratch for machines. Fast,
|
||||||
|
scalable web automation with a minimal memory footprint.
|
||||||
|
|
||||||
|
[1]: https://github.com/lightpanda-io/browser
|
||||||
8
lightpanda/docker-compose.yml
Normal file
8
lightpanda/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
services:
|
||||||
|
lightpanda:
|
||||||
|
image: lightpanda/browser:nightly
|
||||||
|
ports:
|
||||||
|
- "9222:9222"
|
||||||
|
environment:
|
||||||
|
- LIGHTPANDA_DISABLE_TELEMETRY=true
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user