1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-09-16 09:16:45 +02:00

add lightpanda

This commit is contained in:
kevin
2025-09-15 15:58:47 +08:00
parent 69314a111e
commit af8befe320
3 changed files with 16 additions and 0 deletions

View File

@@ -343,6 +343,7 @@ A collection of delicious docker recipes.
- [x] jeffail/benthos
- [x] bettercap/bettercap
- [x] tutum/builder
- [x] lightpanda/browser
- [x] calendso/calendso
- [x] browserless/chrome
- [x] certbot

7
lightpanda/README.md Normal file
View 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

View File

@@ -0,0 +1,8 @@
services:
lightpanda:
image: lightpanda/browser:nightly
ports:
- "9222:9222"
environment:
- LIGHTPANDA_DISABLE_TELEMETRY=true
restart: unless-stopped