RotherOSS / otobo-docker

OTOBO Docker and Docker Compose files.
GNU General Public License v3.0
32 stars 16 forks source link

Provide example config for OTOBO with PostgreSQL #144

Open stefanhaerter opened 5 days ago

stefanhaerter commented 5 days ago

I'd like to suggest to provide an example docker file for usage of OTOBO with PostgreSQL instead of MariaDB. My current use case would be debugging convenience, so maybe not important at all, but wanted to leave this here as a suggestion.

bschmalhofer commented 5 days ago

Maybe this can be provided in a example file for a customized docker-compose configuration. Like documented in https://doc.otobo.de/manual/installation/11.0/en/content/installation-docker.html#customizing-otobo-docker-compose . This sample file could then also hold examples of other common customizations.

It would also be nice if _bin/docker/quicksetup.pl could work automatically with PostgreSQL. But this would likely mean that Kernel/Config.pm needs to be adapted by the script.