boschkundendienst / guacamole-docker-compose

Guacamole with docker-compose using PostgreSQL, nginx with SSL (self-signed)
GNU General Public License v3.0
983 stars 410 forks source link

MySQL version forthcoming? #54

Closed n3gwg closed 1 year ago

n3gwg commented 1 year ago

Developers,

Are there any plans to create a variant of this docker-compose that leverages MySQL instead of PostgreSQL?

Stuart

boschkundendienst commented 1 year ago

Since all the documentation how to use MySQL is available at the official Guacamole homepage and this project is not related to them I would say "No". Feel free to add a mysql container instead of postgres to your docker setup and with some slight modifications it will work.

n3gwg commented 1 year ago

Thanks for your most brisk reply.

In the end I opted to use the image set forth herein below as it is fully inclusive of all the moving parts and seems to be getting updated with great frequency. In as much as I was able to find a fully integrated Guacamole image I realized that it truly makes no difference to me what database is being leveraged under the hood if I have no need to interact with it or configure it.

https://hub.docker.com/r/abesnier/guacamole

Thanks again for your insights and hard work.