Docker Compose installation
- Download the docker-compose.yml and modify it as needed
- Download the .env and modify it as needed
Configuration List of environment variables
- Add static files to customize your instance (under
public/content) - Pull the latest version of the Domain Watchdog image from Docker Hub
docker compose pull- Start the project in production environment
docker compose upBy default, the container listens on http://localhost:8080, but you can configure this in environment variables.