I wanted to use this in a docker example recently. However, I was exposing the port at 8080 and realized that your requests were still going to 3001. While I don't want to break anything within your system, I figured being able to modify things. The most important of the changes I needed where DEP_DB_HOST and PUB_API_PORT, though I'm sure PUB_API_HOST would come in handy if I ever chose to make it public
I wanted to use this in a docker example recently. However, I was exposing the port at 8080 and realized that your requests were still going to 3001. While I don't want to break anything within your system, I figured being able to modify things. The most important of the changes I needed where DEP_DB_HOST and PUB_API_PORT, though I'm sure PUB_API_HOST would come in handy if I ever chose to make it public