You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(infra): switch from Docker nginx to host nginx
- Remove nginx/certbot Docker services (port conflict with host nginx)
- Add infra/nginx/bcsd-api.conf for host nginx sites-enabled
- API containers expose host ports (8001/8002 for blue/green)
- deploy.sh copies conf to /etc/nginx/sites-enabled/ and reloads host nginx
- Health check uses curl on host port instead of docker exec
- init-ssl.sh uses host certbot instead of Docker certbot
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments