Is this repo stable?
Within the Dockerfile is the following line:
ADD ./GeoLite2-City.mmdb /app/GeoLite2-City.mmdb
GeoLite2-City.mmdb is not provided in the repo, so this causes the docker build to fail. Docker compose fails because the docker-compose file is malformatted.
As is getting this repo to build and run, even in docker, is going to take a large amount of refactoring.