여기서 custom_network는 docker network create를 사용하여 별도로 만든 네트워크를 말한다
services:
...
networks:
- custom_network
networks:
custom_network:
external: true
'Server' 카테고리의 다른 글
[Benchmark] NoSQL - Geo Index가 위치데이터 연산에 유리한 이유 (0) | 2022.05.25 |
---|---|
Process와 Thread (0) | 2022.04.04 |
Cookie / Session - sticky session / session clustering (0) | 2022.02.12 |
nginx - react - springboot 환경에서 cors이슈해결기록 (0) | 2021.05.20 |
웹서버 비동기 방식과 동기 방식의 차이점, 장단점, 특징 (0) | 2018.08.16 |