Skip to content

Commit 1c6c2a7

Browse files
23.12 lesson-7.md
Deploy Micro Services: network config
1 parent 54141df commit 1c6c2a7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Course/lesson-7.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
* Searching, testing and debugging is more difficult
3030
* Sharing resources is more difficult
3131

32-
### Monorepo - Start services locally and get to know the Application:
33-
34-
*
32+
### Deploy Micro Services:
33+
* `.deploy script: docker network create micro_service || true &&`
34+
* 1st time creates network and after creating next line fails. Use "|| true" not to fail
35+
* `docker network ls` - to check network in terminal CI
36+
* `4c6d1367fe99 micro_service bridge local`
37+
* `docker inspect aa0194f7032d` - network config
38+
* `docker inspect aa0194f7032d | grep Network` - NetworkMode & NetworkSettings of frontend container aa0194f7032d

0 commit comments

Comments
 (0)