Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- docker compose example
- nodejs myslq2
- 코어 자바스크립트
- cloudflare Origin Server CA
- XMLHttpRequest with promise
- nodejs mariaDB
- cloudflare
- cloudflare ssl
- dockerignore example
- XMLHttpRequest example
- 코어자바스크립트 정리
- 로스트아크 API
- docker image 배포
- 로스트아크 open API
- dockerignore setting
- cloudflare Origin Server
- docker compose setting
- 코어자바스크립트
- docker
- Raspberry Pi docker-compose install
- XMLHttpRequest 예제
- cloudflare DNS
- docker compose
- Dockerfile example
- cloudflare certbot
- JavaScript
- Raspberry Pi docker install
- Dockerfile setting
- docker image deploy
- nodejs DB
Archives
- Today
- Total
목록docker compose setting (1)
오늘
myloa docker compose setting
장기적인 토이프로젝트 관리를 위하여 컨테이너 환경을 구성하기로 했다. 현재 라즈베리파이에서 운영을 하고 있지만 AWS에서 운영할 계획이 있고, 혹시 불가피한 상황이 생길 경우를 대비하기 위함이다. 컨테이너 환경 구성시의 장점 기존 VM 대비 컴퓨터 자원을 덜 소모 서버 OS에 종속되지 않는다. 컨테이너만 동일하면 window, linux 모두 동일한 동작 어플리케이션을 위한 의존성 패키지(or 라이브러리) 관리가 필요 없다. ( 컨테이너 엔진만 설치하면 끝남) VM에 비해 배포가 편하고 빠르다. ( 컨테이너 이미지 크기
myloa
2023. 5. 14. 01:00