1
0
Fork 0
mirror of https://codeberg.org/g-rppl/havel.git synced 2026-05-25 07:30:48 +00:00
Birds of NP Westhavelland shiny app. https://havel.avistats.de
  • R 96.7%
  • Dockerfile 3.3%
Find a file
2026-04-25 11:05:19 +02:00
app Update data 2026 2026-04-25 08:47:39 +02:00
.gitignore reorganise data 2024-05-25 11:10:46 +02:00
docker-compose.yml Deploy using docker compose 2026-04-25 11:00:21 +02:00
Dockerfile add to docker 2024-05-25 14:05:02 +02:00
LICENSE update info 2025-01-25 13:23:25 +01:00
README.md Deploy using docker compose 2026-04-25 11:00:21 +02:00

Birds of NP Havelland

Visit the app here: https://havel.avistats.de/

Deployment

First, clone the repository from Codeberg:

git clone https://codeberg.org/g-rppl/havel.git

Next, navigate to the project directory and start the Docker container:

cd havel
docker compose up -d

The application will now be accessible according to the configuration defined in docker-compose.yml.