shinyproxy
shinyproxy copied to clipboard
Connection impossible when using "usage-stats-url: jdbc:postgresql://localhost/postgres"
Hello,
I'm trying to store the shinyproxy stats in a PostgreSQL database, to do this, I created a database and the event table like indicated on the documentation.
This problem is similar to the one occurred with influxdb ... I also tried with the monetdb, same result.

My shiny app work well without the usage-stats-url: jdbc:postgresql://localhost/postgres line in the application.yml file

But when I add the following line, I can no more connect to my apps.
#usage-stats-url: jdbc:postgresql://localhost/postgres
#usage-stats-username: postgres # influxdb username if needed
#usage-stats-password: postgres # influxdb password if needed
The shinyproxy is launched with docker-compose, thanks for any help.
