Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/EffectRenan/koha-docker

Koha Library Software - The world's first free and open source library system.
https://github.com/EffectRenan/koha-docker

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

**Docker image:** docker pull docker.pkg.github.com/effectrenan/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_, **default: koha_koha**.

Password: , **default: koha123**.