ucladevx / Bmaps-Backend

Documentation and source code for public events/locations APIs.
http://github.com/ucladevx/Bmaps-Backend/
MIT License
6 stars 2 forks source link

Docker Compose up dry-run on CI #155

Open wfehrnstrom opened 4 years ago

wfehrnstrom commented 4 years ago

We need to build in a way to run the full production build for a certain amount of time in our CI tooling without being too brittle i.e. exiting before the production build has finished setting up or running for an excessive amount of time after CI already has demonstrated that the prod build works. A proposal for a dry-run flag in docker-compose is open: https://github.com/docker/compose/issues/1203.

Other workarounds are welcome.