Skip to content

docker compose를 이용한 nginx 서버 구성 자동화

License

Notifications You must be signed in to change notification settings

migusdn/nginx-certbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

백엔드 서버 구성 자동화

Docker Compose 를 이용한 Backend 서버 구성 자동화

Installation

  1. Install docker-compose.

  2. Clone this repository: git clone https://github.com/migusdn/nginx-certbot.git .

  3. Modify configuration:

  • data/config 폴더 안의 docker compose config 와 nginx config 파일을 수정한다.
  • ${} 로 감싸진 부분은 install.sh 파일에서 자동으로 변경된다.
  1. Run the init script:

    chmod +x install.sh
    ./install.sh
  2. Run the server:

     docker-compose up
    

License

All code in this repository is licensed under the terms of the MIT License. For further information please refer to the LICENSE file.

About

docker compose를 이용한 nginx 서버 구성 자동화

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%