Checkpoint from VS Code for cloud agent session

This commit is contained in:
Your Name
2026-03-29 11:29:52 +02:00
parent bc8a5dc290
commit e717c4c446
13 changed files with 2443 additions and 402 deletions

View File

@@ -117,16 +117,14 @@ services:
- VITE_SITE_DOMAIN=${VITE_SITE_DOMAIN:-}
- VITE_SENTRY_DSN=${VITE_SENTRY_DSN:-}
# --- Nginx Reverse Proxy ---
# --- Nginx Reverse Proxy ---
nginx:
image: nginx:alpine
ports:
- "80:80"
- "443:443"
volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./certbot/www:/var/www/certbot:ro
- ./certbot/conf:/etc/letsencrypt:ro
- ./nginx/nginx.dev.conf:/etc/nginx/conf.d/default.conf:ro
depends_on:
- backend
- frontend