OK, downloading a clean copy of the docker-compose.yml and starting it with docker compose up -d didn't work. It looks like I need to run it on my local machine and access it on localhost:14000 while I was trying to run it on a test server and access it via the server's IP or maybe there's another error here but here is my error from the lgos.
I'll come back to the project at a later date when this is all configurable :-)
these are the last few lines of docker compose logs -f
r3.3_db | 2023-04-03 13:34:16.031 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
r3.3_db | 2023-04-03 13:34:16.031 UTC [1] LOG: listening on IPv6 address "::", port 5432
r3.3_db | 2023-04-03 13:34:16.034 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
r3.3_db | 2023-04-03 13:34:16.039 UTC [64] LOG: database system was shut down at 2023-04-03 13:34:15 UTC
r3.3_db | 2023-04-03 13:34:16.045 UTC [1] LOG: database system is ready to accept connections
r3.3_app | E: 13:34:31 failed to open database connection, timeout reached, last error: failed to connect to `host=r3-db user=app database=app`: hostname resolving error (lookup r3-db on 127.0.0.11:53: no such host)
r3.3_app | Shutting down...
r3.3_app | E: 13:34:40 failed to connect to `host=r3-db user=app database=app`: hostname resolving error (lookup r3-db on 127.0.0.11:53: no such host)
r3.3_app exited with code 0