mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
Created Getting Started (markdown)
19
Getting-Started.md
Normal file
19
Getting-Started.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## Getting Started :rocket:
|
||||
|
||||
### Install with Docker
|
||||
|
||||
1. Clone the repository
|
||||
2. Modify environment variables and add static files to customize your instance (see [INSTALL.md](https://github.com/maelgangloff/domain-watchdog/blob/master/INSTALL.md))
|
||||
3. Pull the latest version of the Domain Watchdog image from Docker Hub.
|
||||
```shell
|
||||
docker compose pull
|
||||
```
|
||||
4. Start the project in production environment. If you want, you can also build the Docker image to use yourself.
|
||||
```shell
|
||||
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](https://github.com/maelgangloff/domain-watchdog/blob/master/docker-compose.yml).
|
||||
|
||||
### Install from source
|
||||
> [!NOTE]
|
||||
> Please see [`INSTALL.md`](https://github.com/maelgangloff/domain-watchdog/blob/master/INSTALL.md) file
|
||||
Reference in New Issue
Block a user