6 Commits

Author SHA1 Message Date
2c641296d2 Update frontend ports to 38080 and 30443 to avoid conflicts with other containers
- Changed frontend HTTP port from 80 to 38080
- Changed frontend HTTPS port from 443 to 30443
- Updated deploy.sh to generate docker-compose with new ports
- Updated QUICK_FIX.md with port configuration details
- Updated QUICK_DEPLOY.md with port information and verification steps
2026-01-15 10:04:07 +01:00
89df3ed9e3 Add init-db service and update deployment docs 2026-01-15 10:02:13 +01:00
a7e1826140 Enable multi-arch Docker builds with buildx
Implement multi-architecture builds in deploy.sh via docker buildx
Auto-create a multiarch builder if buildx is missing Build and push
images for linux/amd64 and linux/arm64 Update messaging to reflect
multi-arch pushes
2026-01-15 09:51:26 +01:00
df5bf6801e Add GHCR Docker authentication guide 2026-01-15 09:48:58 +01:00
3c20e4fded Migrate to Env Secret and Add Frontend Dockerfile 2026-01-15 09:27:45 +01:00
fc85985317 Add deployment tooling and GHCR publish workflow 2026-01-15 09:22:22 +01:00