diff --git a/README.md b/README.md index 4f9f30e..17ccad2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lightpanda/README.md b/lightpanda/README.md new file mode 100644 index 0000000..cb83180 --- /dev/null +++ b/lightpanda/README.md @@ -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 diff --git a/lightpanda/docker-compose.yml b/lightpanda/docker-compose.yml new file mode 100644 index 0000000..d34fe41 --- /dev/null +++ b/lightpanda/docker-compose.yml @@ -0,0 +1,8 @@ +services: + lightpanda: + image: lightpanda/browser:nightly + ports: + - "9222:9222" + environment: + - LIGHTPANDA_DISABLE_TELEMETRY=true + restart: unless-stopped