Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/EffectRenan/koha-docker
- Owner: EffectRenan
- Created: 2020-04-26T22:05:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T15:04:53.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:32:18.260Z (7 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:5555Administrator user: koha_, **default: koha_koha**.
Password: , **default: koha123**.