No description
Find a file
Vadym Samoilenko dad8f7573a Add deploy script, .env.example, and Apache reverse proxy config
- deploy.sh: idempotent Ubuntu deployment (git pull → docker build →
  extract frontend → copy to /var/www/html/ac-helper/ → restart container)
- .env.example: production template with APP_PORT=8100
- docker-compose.yml: port now ${APP_PORT:-8100}:8000, updated proxy
  comment to Apache VirtualHost snippet
- .gitignore: whitelist .env.example

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 14:05:33 +00:00
backend Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
frontend Phase 8: Polish — error boundaries, loading states, Handsontable v17 fixes 2026-03-23 13:36:12 +00:00
.env.example Add deploy script, .env.example, and Apache reverse proxy config 2026-03-23 14:05:33 +00:00
.gitignore Add deploy script, .env.example, and Apache reverse proxy config 2026-03-23 14:05:33 +00:00
deploy.sh Add deploy script, .env.example, and Apache reverse proxy config 2026-03-23 14:05:33 +00:00
docker-compose.yml Add deploy script, .env.example, and Apache reverse proxy config 2026-03-23 14:05:33 +00:00
Dockerfile Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
run_dev.sh Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00