Commit graph

6 commits

Author SHA1 Message Date
fullsizemalt
1f7f722238 Fix nginx DNS resolver for Docker upstream
Use Docker internal DNS resolver and variable for backend upstream
to prevent nginx from failing to resolve hostname during config reload.
2026-01-09 01:44:39 -08:00
fullsizemalt
38ddfb00e3 Add no-cache headers for HTML files
Prevents browser caching of index.html to ensure fresh asset references
after deployments. Static assets remain cached with immutable flag.
2026-01-09 01:30:39 -08:00
fullsizemalt
6bdc23b9d3 Fix nginx config to serve static assets correctly
Add /assets/ location block to serve JS/CSS with correct MIME types
instead of falling back to index.html.
2026-01-09 01:24:41 -08:00
fullsizemalt
7a19798c48 Fix DNS conflict by using unique container names
- Add container_name for backend and frontend services
- Update nginx proxy to use veridian-preview-backend hostname
- Fixes issue where DNS was resolving to wrong backend container

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-08 20:37:54 -08:00
fullsizemalt
71e58dd4c7 feat: Linear-inspired UI redesign with Space Grotesk headlines
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Complete UI refactor with charcoal/bone color palette
- Add Space Grotesk font for headlines, Inter for body
- Update all 24+ pages with new design system
- Add LinearPrimitives reusable components
- Improve dark mode support throughout
- Add subtle micro-animations and transitions
2025-12-12 14:29:47 -08:00
fullsizemalt
e32d2e4ed3 fix: Add docker config and update domain to 777wolfpack.runfoo.run
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
2025-12-09 00:14:43 -08:00