Watch
1
0
Fork
You've already forked havel
0
mirror of https://codeberg.org/g-rppl/havel.git synced 2026-08-23 18:34:28 +00:00
Birds of NP Westhavelland shiny app. https://havel.avistats.de
  • R 96.9%
  • Dockerfile 3.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-29 16:46:07 +02:00
app Update license 2026-07-29 16:41:51 +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 Pre-compile Info 2026-07-29 13:46:34 +02:00
LICENSE Update license 2026-07-29 16:41:51 +02: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.