Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- ./config/application.yml:/app/config/application.yml:ro
restart: always


nginx:
container_name: nginx-proxy
image: nginx:latest
Expand All @@ -29,6 +30,7 @@ services:
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
restart: always


# Certbot (SSL 인증서 발급/갱신 봇)
certbot:
container_name: certbot
Expand Down