Go to file
Matt a606292aaa
Build and Push Docker Image / build (push) Failing after 10s Details
Initial commit: MOPC platform with Docker deployment setup
Full Next.js 15 platform with tRPC, Prisma, PostgreSQL, NextAuth.
Includes production Dockerfile (multi-stage, port 7600), docker-compose
with registry-based image pull, Gitea Actions CI workflow, nginx config
for portal.monaco-opc.com, deployment scripts, and DEPLOYMENT.md guide.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 13:41:32 +01:00
.gitea/workflows Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
docker Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
docs Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
images Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
prisma Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
public Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
scripts Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
src Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
.dockerignore Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
.env.example Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
.gitignore Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
CLAUDE.md Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
DEPLOYMENT.md Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
Notes.md Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
components.json Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
next.config.ts Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
package-lock.json Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
package.json Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
postcss.config.mjs Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
tailwind.config.ts Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00
tsconfig.json Initial commit: MOPC platform with Docker deployment setup 2026-01-30 13:41:32 +01:00