Spent a long time figuring out how to stop the containers after running the tests. --abort-on-container-exit was the exact thing I needed. Thank you!
@andy_lamax2 жыл бұрын
hahahahahaha, you and me both
@YigitOUnver Жыл бұрын
thank you so much... exactly what i needed
@GK-we4co2 жыл бұрын
Subtitles are 31 seconds late. Check 00:31 - the subtitles that are put there are actually for the introduction that starts at 00:00.
@clown70942 жыл бұрын
This video gave me insights. Thank you very much.
@psybitcoin3 жыл бұрын
Great video. Thanks
@Savatore834 жыл бұрын
Hi, how to make the docker compose waiting that the dependencies are running, before running the integration image?
@MrMagooRC4 жыл бұрын
Hi Salvatore, we use the 'wait-on' Nodejs package quite a lot to do this. If we expect the dependency to expose port 80 on localhost, for example, you can just npx wait-on localhost:80. HTH
@TheAkiller1012 жыл бұрын
there is property you can set in docker compose called depends_on