Enterprise-ready, stateless Koha ILS Docker image with s6-overlay orchestration and Plack
2.7K
pinokew/koha)koha-docker-build Repo koha-delpoy Repo
Public, clean Koha image for Docker-based deployments.
This repository is focused on building and publishing a reusable image to Docker Hub. It does not apply custom template patching at runtime.
pinokew/koha:25.05 — version tagpinokew/koha:latest — moving tagpinokew/koha:sha-<git_sha> — immutable tag (exact build).env file is copied into the image.koha-core package.Database:
MYSQL_SERVER (or DB_HOST)DB_NAMEMYSQL_USER (or DB_USER)MYSQL_PASSWORD (or DB_PASS)DB_ROOT_PASS (used to generate /etc/mysql/koha-common.cnf)Koha:
KOHA_INSTANCE (default: library)TZ or KOHA_TIMEZONEKOHA_LANGS (optional)RabbitMQ:
MB_HOST / MB_PORTMB_USER (or RABBITMQ_USER)MB_PASS (or RABBITMQ_PASS)Optional setup pipeline controls:
KOHA_SETUP_FAIL_FASTKOHA_SETUP_REQUIRED_STEPSKOHA_SETUP_SKIP_STEPSKOHA_SETUP_ONLY_STEPSservices:
koha:
image: pinokew/koha:25.05
ports:
- "8080:8080"
- "8081:8081"
environment:
KOHA_INSTANCE: library
TZ: Europe/Kyiv
KOHA_LANGS: "uk-UA"
MYSQL_SERVER: db
DB_NAME: koha_library
MYSQL_USER: koha_db
MYSQL_PASSWORD: change_me
DB_ROOT_PASS: change_me_root
MB_HOST: rabbitmq
MB_PORT: 61613
MB_USER: koha_mq
MB_PASS: change_me_mq
USE_ELASTICSEARCH: "true"
ELASTICSEARCH_HOST: es:9200
sha-... tag for reproducible deployments.latest is convenient, but not reproducible.Content type
Image
Digest
sha256:e9afe7a9c…
Size
673.7 MB
Last updated
7 months ago
docker pull pinokew/koha