Add config file bind mount

This commit is contained in:
D. Scott Boggs 2025-05-22 09:02:31 -04:00
parent eb3e63959b
commit bca5b8871c

View file

@ -16,6 +16,8 @@ services:
DB_NAME: koha DB_NAME: koha
MEMCACHED_SERVERS: koha-memcached:11211 MEMCACHED_SERVERS: koha-memcached:11211
MB_HOST: koha-rabbitmq MB_HOST: koha-rabbitmq
volumes:
- ./mounts/koha-sites.conf:/etc/koha/koha-sites.conf:ro
depends_on: depends_on:
- koha-db - koha-db
- koha-rabbitmq - koha-rabbitmq