You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dockerfile only installs postgresql libraries which works with the provided docker-compose.yml. At IU we use MySql/MariaDB instead of postgres so we need to modify the Dockerfile in order to install the mysql/mariadb libraries instead. It would be helpful if the Dockerfile had a build arg to specify which database is desired and only the needed libraries would be installed. Alternatively, the libraries for all of the possible database configurations could be installed which would avoid the need for custom building of the docker image when using a database other than postgresql.
Done Looks Like
install all DB libraries (postgres and mysql)
The text was updated successfully, but these errors were encountered:
Description
The Dockerfile only installs postgresql libraries which works with the provided docker-compose.yml. At IU we use MySql/MariaDB instead of postgres so we need to modify the Dockerfile in order to install the mysql/mariadb libraries instead. It would be helpful if the Dockerfile had a build arg to specify which database is desired and only the needed libraries would be installed. Alternatively, the libraries for all of the possible database configurations could be installed which would avoid the need for custom building of the docker image when using a database other than postgresql.
Done Looks Like
The text was updated successfully, but these errors were encountered: