Skip to content

Commit

Permalink
chore: Certbot 컨테이너 삭제 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin0o0 committed Nov 15, 2023
1 parent ae85f90 commit 758fc33
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ services:
- khumon


certbot:
container_name: certbot
image: certbot/certbot
restart: unless-stopped
volumes:
- ../certbot/conf:/etc/letsencrypt # 추가
- ../certbot/www:/var/www/certbot # 추가
- ../../etc/letsencrypt/live/khumon-edu.kro.kr/fullchain.pem:/etc/letsencrypt/live/khumon-edu.kro.kr/fullchain.pem
- ../../etc/letsencrypt/live/khumon-edu.kro.kr/privkey.pem:/etc/letsencrypt/live/khumon-edu.kro.kr/privkey.pem
- ../../etc/letsencrypt/ssl-dhparams.pem:/etc/letsencrypt/ssl-dhparams.pem
- ../../etc/letsencrypt/options-ssl-nginx.conf:/etc/letsencrypt/options-ssl-nginx.conf
networks:
- reverseproxy
depends_on:
- nginx
# certbot:
# container_name: certbot
# image: certbot/certbot
# restart: unless-stopped
# volumes:
# - ../certbot/conf:/etc/letsencrypt # 추가
# - ../certbot/www:/var/www/certbot # 추가
# - ../../etc/letsencrypt/live/khumon-edu.kro.kr/fullchain.pem:/etc/letsencrypt/live/khumon-edu.kro.kr/fullchain.pem
# - ../../etc/letsencrypt/live/khumon-edu.kro.kr/privkey.pem:/etc/letsencrypt/live/khumon-edu.kro.kr/privkey.pem
# - ../../etc/letsencrypt/ssl-dhparams.pem:/etc/letsencrypt/ssl-dhparams.pem
# - ../../etc/letsencrypt/options-ssl-nginx.conf:/etc/letsencrypt/options-ssl-nginx.conf
# networks:
# - reverseproxy
# depends_on:
# - nginx
redis:
container_name: redis
image: redis
Expand Down

0 comments on commit 758fc33

Please sign in to comment.