-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: certbot을 서버에서 별도로 제어하기 위해 certbot 관련 설정 제거
- Loading branch information
1 parent
e9bd779
commit 01f8886
Showing
3 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,22 +28,10 @@ services: | |
- "443:443" | ||
volumes: | ||
- ./client/dist:/usr/share/nginx/html | ||
- ./certbot/www:/var/www/certbot | ||
- certbot-etc:/etc/letsencrypt:ro | ||
- /etc/letsencrypt:/etc/letsencrypt:ro | ||
depends_on: | ||
- frontend | ||
- backend | ||
- certbot | ||
|
||
certbot: | ||
image: certbot/certbot | ||
volumes: | ||
- certbot-etc:/etc/letsencrypt | ||
- ./certbot/www:/var/www/certbot | ||
command: certonly --webroot --webroot-path=/var/www/certbot --email [email protected] --agree-tos --no-eff-email -d nocta.site -d www.nocta.site | ||
|
||
volumes: | ||
certbot-etc: | ||
|
||
networks: | ||
app-network: | ||
|
This file was deleted.
Oops, something went wrong.