Lots of improvements and simplifications.
* Collect all logs under the /var/log/koha directory. * Setup logrotate * Use a static instance name, leading to simpler configuration.
This commit is contained in:
parent
737f738dc7
commit
c16804a913
33 changed files with 78 additions and 71 deletions
|
|
@ -11,9 +11,10 @@ services:
|
|||
- DAC_READ_SEARCH
|
||||
- SYS_NICE
|
||||
environment:
|
||||
KOHA_INSTANCE: teolib
|
||||
MYSQL_SERVER: db
|
||||
MYSQL_USER: koha_teolib
|
||||
MYSQL_PASSWORD: example
|
||||
DB_NAME: koha_teolib
|
||||
MEMCACHED_SERVERS: memcached:11211
|
||||
MB_HOST: rabbitmq
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue