UDOIT
UDOIT copied to clipboard
Attempt to add PostgreSQL support in Docker. Currently broken
This fixes #834
Maybe have this as a separate docker-compose file if you were going to add this?
Like have a
docker-compose.yml
(Whatever UCF feels the defaults should be, maybe Postgres+Nginx)
Then docker-compose-nginx-mysql.yml
(For MySQL+Nginx for instance, if the default is Postgres)
Locally we're going to run UDOIT on MySQL so would be nice to have the option to run on the same DB as our production servers.
Closing this because of how stale it is. I think @jonespm had a good idea, so maybe someone else can take a stab at it in the future.