mozilla / tls-observatory

An observatory for TLS configurations, X509 certificates, and more.
Mozilla Public License 2.0
535 stars 88 forks source link

Docker Compose file doesn't work because dockerfiles were removed from tools #349

Closed wraithfive closed 6 years ago

wraithfive commented 6 years ago

Trying to spin up local version using the docker-compose file in the project but it depends on docker files that were removed in PR #332

ALMPC02TL255GTF1:tls-observatory$ docker-compose up Building postgres ERROR: Cannot locate specified Dockerfile: tools/Dockerfile-postgres

jvehent commented 6 years ago

We don't really support docker compose right now. I'd recommend following the development docs instead: https://github.com/mozilla/tls-observatory#developing

adamdecaf commented 6 years ago

Should we remove that docker-compose file then? I missed it before.

jvehent commented 6 years ago

done