2026-02-24 20:31:28 +00:00
2026-02-24 12:27:15 +00:00
2026-02-24 12:27:15 +00:00
2026-02-24 12:27:15 +00:00
2026-02-24 21:31:09 +01:00
2026-02-24 12:27:15 +00:00
2026-02-24 21:22:10 +01:00
2026-02-24 20:22:29 +00:00
2026-02-24 17:10:16 +01:00
2026-02-24 12:27:15 +00:00
2026-02-24 20:31:28 +00:00
2026-02-24 20:31:28 +00:00
2026-02-24 12:27:15 +00:00

docker-alpine-mirror

Alpine Mirror with s6-overlay and lighttpd, rsync, vnstat, cron

Build Status Gitea Repo

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-alpine:3.23 24.02.2026 21:31
aarch64 (arm64) Active git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 24.02.2026 21:31

🚀 Docker Pull

docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23

🚀 Docker Compose

services:
  docker-alpine-mirror:
    image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
    container_name: docker-alpine-mirror
    restart: unless-stopped
    ports:
      - 8080:80
    environment:
      - TZ=Europe/Berlin
      - PUID=1000
      - PGID=1000
    volumes:
      - ./config:/config
      - ./data:/app/www

🚀 Docker Run

docker run -d \
  --name docker-alpine-mirror \
  --restart unless-stopped \
  -e TZ=Europe/Berlin \
  -e PUID=1000 \
  -e PGID=1000 \
  -v ./config:/config \
  -v ./data:/app/www \
  -p 8080:80 \
  git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23

Last updated on: 24.02.2026 21:31

📜 Version History

Version Date Status
3.23 24.02.2026 21:31 fix filename
3.23 24.02.2026 21:22 fix BUILD_APPS
Description
No description provided
Readme Apache-2.0 115 KiB
Languages
Shell 63.9%
Dockerfile 36.1%