Just a quick question docker compose file should I...
# getting-started
s
Just a quick question docker compose file should I use for a POC to production deploy. I found this one https://github.com/datahub-project/datahub/blob/master/docker/docker-compose.yml but I am not sure? (I am aware K8s is the best option but I do not have access to a K8s cluster)
b
Hey!! I think a solid one for a small deployment would be the quickstart-without-neo4j.yml one!
thank you 1