brittos / koha-docker

Koha Library Software - The world's first free and open source library system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image: docker pull ghcr.io/brittos/koha-docker/koha:latest

docker-compose.yaml

DB_ROOT_PASSWORD and MYSQL_ROOT_PASSWORD: Root's password of MariaDB.

MASTER_PASSWORD: Admin's password.

  • Ps: The variables DB_ROOT_PASSWORD and MYSQL_ROOT_PASSWORD must be same value.

LIBRARY_NAME: Library's name for installation.

SLEEP: MariaDB connection timeout.

INTRAPORT: Port for administrator painel.

DB_HOST: MariaDB's container name (defined in container_name).

  • Ps: The INTRAPORT value must be exported in ports.
  • Example INTRAPORT: 5555
    • ports:
      • 5555:5555

Administrator user: koha_<LIBRARY_NAME>, default: koha_koha.

Password: <MASTER_PASSWORD>, default: koha123.

About

Koha Library Software - The world's first free and open source library system.


Languages

Language:Shell 93.1%Language:Dockerfile 6.9%