Mount a config directory for redmine-mysql

This mount allows to add additional configuration, such as enabling
the native password plugin for now so that we can continue using
our database.
This commit is contained in:
Stefan Haun 2024-05-23 20:29:43 +02:00
parent 48bea2f979
commit dec35c785a

View file

@ -454,6 +454,7 @@
MYSQL_DATABASE: "{{ redmine_database }}"
volumes:
- "{{ data_dir }}/redmine/mysql:/var/lib/mysql"
- "{{ data_dir }}/redmine/mysql-config:/etc/mysql/conf.d"
networks:
- name: redminenet
tags: