Open
Description
I have cloned the repo and then did the docker-compose up -d
command, It seems like it works since when I access the server from my browser it shows the "ceryx no app here" page. However I can't seem to access the ceryx-api at all.
There are no ports exposed for it. I have tried making requests to http://localhost:5555
but they never connect to anything.
Am I doing something wrong, I'm not that familiar with docker, and I'm trying to write a script that will dynamically add routes that I will run on the VPS.