Metadrop / docker-unlighthouse

Image to run unlighthouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unlighthouse Docker

This repository allows using unlighthouse through Docker.

Dockerfile is based on https://github.com/indykoning/unlighthouse-docker project.

Usage

Run docker run --cap-add SYS_ADMIN -p 5678:5678 metadrop/unlighthouse unlighthouse with the respective parameters. After that, you can access to the unlighthouse website (for CLI usage) at http://localhost:5678

There are some examples with and without configuration below:

With configuration

docker run -v /path/to/unlighthouse.config.ts:/home/unlighthouse/unlighthouse.config.ts --cap-add SYS_ADMIN -p 5678:5678 metadrop/unlighthouse unlighthouse

Without configuration

docker run --cap-add SYS_ADMIN -p 5678:5678 metadrop/unlighthouse unlighthouse --site example.com

Continuous integration

To use the CI version, run:

docker run --cap-add SYS_ADMIN -p 5678:5678 metadrop/unlighthouse unlighthouse-ci --site example.com

About

Image to run unlighthouse


Languages

Language:Dockerfile 85.1%Language:TypeScript 14.9%