Merge pull request 'Mount a config directory for redmine-mysql' (#382) from mysql-native-password into master

Reviewed-on: Netz39_Admin/netz39-infra-ansible#382
Reviewed-by: dkdent <dkdent@netz39.de>
This commit is contained in:
Stefan Haun 2024-05-30 00:04:38 +02:00
commit 5ba766887d
2 changed files with 2 additions and 1 deletions

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: