DiouxX / docker-glpi

Project to deploy GLPI with docker
219 stars 185 forks source link

Use Azure Database for MariaDB server with diouxx/glpi #92

Closed ljbili closed 10 months ago

ljbili commented 1 year ago

hello,

how can i use cloud managed database (in my case on Azure Database for MariaDB server) with docker image diouxx/glpi (installed on VM) ?

thanks for help,

Regards,

Lokmane.

DiouxX commented 1 year ago

Hi,

I only worked in Azure with Azure Database for MySQL - Flexible Server but I guess it's the same for MariaDB

So, you have several solutions:

ljbili commented 1 year ago

Thanks for your answer, the communication between VM and Database it's already OK, but i need to now how can i change docker-compose.yml for delete mariadb container and replace it with azure database.

Regards

DiouxX commented 1 year ago

Just remove the mariadb section from docker-compose.

With your configuration, you just need GLPI container running