Docker Compose 를 이용한 Backend 서버 구성 자동화
-
Clone this repository:
git clone https://github.com/migusdn/nginx-certbot.git .
-
Modify configuration:
- data/config 폴더 안의 docker compose config 와 nginx config 파일을 수정한다.
- ${} 로 감싸진 부분은 install.sh 파일에서 자동으로 변경된다.
-
Run the init script:
chmod +x install.sh ./install.sh
-
Run the server:
docker-compose up
All code in this repository is licensed under the terms of the MIT License
. For further information please refer to the LICENSE
file.