From ed09f72fd5a4564bc6a91a7281c80ec03e0ca78e Mon Sep 17 00:00:00 2001 From: phamlequang Date: Tue, 27 Apr 2021 16:17:26 +0200 Subject: [PATCH] add youtube link lecture 25 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ade2e718..fcc5973b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ In this backend master class, we’re going to learn everything about how to des - Lecture #22: [Implement authentication middleware and authorization rules in Golang using Gin](https://www.youtube.com/watch?v=Pw8fVBRS4jA&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE&index=22) - Lecture #23: [Build a minimal Golang Docker image with a multistage Dockerfile](https://www.youtube.com/watch?v=p1dwLKAxUxA&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE&index=23) - Lecture #24: [How to use docker network to connect 2 stand-alone containers](https://www.youtube.com/watch?v=VcFnqQarpjI&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE&index=24) +- Lecture #25: [How to write docker-compose file and control service start-up orders with wait-for.sh](https://www.youtube.com/watch?v=jf6sQsz0M1M&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE&index=25) ## Simple bank service