Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions custom-mysql-settings.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
max_allowed_packet=32M
sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
lower_case_table_names=1
local_infile=1
secure-file-priv=
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ services:
target: /var/lib/mysql
volume:
nocopy: true
- type: bind
source: ./mysql-files
target: /var/lib/mysql-files
read_only: false
bind:
propagation: rprivate
- type: bind
source: ./mysql_init_scripts
target: /docker-entrypoint-initdb.d
Expand Down Expand Up @@ -638,6 +644,7 @@ networks:

volumes:
mysql_init_scripts:
mysql-files:
cassandra_init_scripts:
data-bridge-data-rabbitmq:
data-bridge-data-redis:
Expand Down