Skip to content

Getting Started

Maël Gangloff edited this page Aug 25, 2024 · 3 revisions

Getting Started 🚀

Install with Docker

  1. Clone the repository
  2. Modify environment variables and add static files to customize your instance (see INSTALL.md)
  3. Pull the latest version of the Domain Watchdog image from Docker Hub.
docker compose pull
  1. Start the project in production environment. If you want, you can also build the Docker image to use yourself.
docker compose up

By default, the container listens on http://localhost:8080/, but you can configure this in environment variables. See the Docker Compose file.

Install from source

Note

Please see INSTALL.md file

Clone this wiki locally