From dec35c785a5140b31346a80a56a2de814f892b8d Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Thu, 23 May 2024 20:29:43 +0200
Subject: [PATCH] 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.
---
 host-pottwal.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index 67ade80..d426e06 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -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: