Files
hibp-docker/README.md
Gitea Action 29583fec3b [skip ci]
2026-03-25 10:05:59 +00:00

56 lines
1.5 KiB
Markdown

# hibp-docker
Docker implementation of https://github.com/oschonrock/hibp.git.
[![Build Status](https://git.pi-farm.de/pi-farm/hibp-docker/actions/workflows/build-and-push.yaml/badge.svg)](https://git.pi-farm.de/pi-farm/hibp-docker/actions)
[![Gitea Repo](https://img.shields.io/badge/gitea-repository-blue?logo=gitea&logoColor=white)](__REPO_URL__)
This repository is built and pushed automatically.
### 🏗️ Platform Support
| Architecture | Status | Base Image | Build Date |
| :--- | :--- | :--- | :--- |
| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim | 25.03.2026 10:29 |
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim | 25.03.2026 10:29 |
### 🚀 Docker Pull
```bash
docker pull git.pi-farm.de/pi-farm/hibp-docker:0.6.2
```
### 🚀 Docker Compose
```yaml
services:
hibp-docker:
image: git.pi-farm.de/pi-farm/hibp-docker:0.6.2
container_name: hibp-docker
restart: unless-stopped
ports:
- 8082:8082
environment:
- TZ=Europe/Berlin
- PUID=1000
- PGID=1000
volumes:
- /data
```
### 🚀 Docker Run
```bash
docker run -d \
--name hibp-docker \
--restart unless-stopped \
-e TZ=Europe/Berlin \
-e PUID=1000 \
-e PGID=1000 \
-v /data \
-p 8082:8082 \
git.pi-farm.de/pi-farm/hibp-docker:0.6.2
```
*Last updated on: 25.03.2026 10:29*
### 📜 Version History
| Version | Date | Status |
| :--- | :--- | :--- |
| **0.6.2** | 25.03.2026 10:29 | ✅ |