Skip to content

Commit

Permalink
setting(#368)compose nginx-certbot
Browse files Browse the repository at this point in the history
  • Loading branch information
2swo committed Mar 19, 2024
1 parent 2a970e0 commit bd4f1af
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,22 @@ services:
- '6379:6379'
restart: always

nginx-certbot:
api-nginx-certbot:
image: 2swo/back-nginx-certbot
ports:
- '80:80'
- '443:443'
env_file:
- .env.nginx-certbot

# dev-nginx-certbot:
# image: 2swo/dev-back-nginx-certbot
# ports:
# - '80:80'
# - '443:443'
# env_file:
# - .env.nginx-certbot

# mysql 이미지는 따로 dockerfile로 빌드되진 않습니다.
# version과 port,env파일명,command 참고하시면 될 것 같습니다.
# development_db:
Expand Down

0 comments on commit bd4f1af

Please sign in to comment.