Docker deployment for Koha Integrated Library System. Forked from https://github.com/teogramm/koha-docker
Find a file
Theodoros Grammenos 737f738dc7
Add Koha cronjobs
2023-02-13 05:23:38 +02:00
examples Initial commit 2023-02-11 20:54:40 +02:00
files Add Koha cronjobs 2023-02-13 05:23:38 +02:00
config-main.env Initial commit 2023-02-11 20:54:40 +02:00
config-sip.env Initial commit 2023-02-11 20:54:40 +02:00
Dockerfile Initial commit 2023-02-11 20:54:40 +02:00
Dockerfile.aarch64 Add dockerfiles for aarch64 and armhf 2023-02-12 15:37:48 +02:00
Dockerfile.armhf Add dockerfiles for aarch64 and armhf 2023-02-12 15:37:48 +02:00
LICENSE Initial commit 2023-02-11 20:54:40 +02:00
README.md Initial commit 2023-02-11 20:54:40 +02:00

koha-docker

Docker Image Version (tag latest semver)

A Koha Docker container which includes:

  • The Apache webserver serving the OPAC (Port 8080) and the Koha staff interface (Port 8081), configured to use Plack.
  • The Zebra server and indexer.
  • The Koha background jobs worker.

A fully functional Koha instance additionally requires:

  • A MySQL/MariaDB server.
  • A Memcached server.
  • A RabbitMQ server with the stomp pulgin enabled.

Elasticsearch is also supported, instead of Zebra.

Notice: SIP and Z3950 are still WIP.

A separate RabbitMQ server with the stomp plugin is required as well as a Memcached server. Both can be easily created using the images available on Docker Hub.

Usage

The image is available on Docker Hub

The main configuration environment variables are documented in config-main.env.

For a quick start check out the included docker-compose file.

Credits

Some scripts have been taken from https://gitlab.com/koha-community/docker/koha-docker and modified.