Hello,
I am trying to run omero-server inside AWS using an RDS database.
As shown below, I am passing the RDS endpoint as the value for CONFIG_omero_db_host.
However, the container fails to launch with the logs indicating it is looking for the database at postgres:5432 (instead of the db_host I defined above).
Any ideas what I can do to make the container actually use my database url instead of forcing the default of postgres:5432?