mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 23:12:20 +05:30
f33439d829
Build nginx and mariadb together with the app image. Upgrade docker-compose configuration to 3 version. Add cleanup step to the gitlab-ci.
11 lines
185 B
INI
11 lines
185 B
INI
[mysql]
|
|
default-character-set = utf8mb4
|
|
|
|
[mysqld]
|
|
character-set-server = utf8mb4
|
|
collation-server = utf8mb4_unicode_ci
|
|
performance_schema = ON
|
|
|
|
[client]
|
|
default-character-set = utf8mb4
|