Files
multica/docker-compose.selfhost.build.yml
devv-eve fbf41bde73 feat(selfhost): ship public GHCR deployment flow
Publish stable GHCR self-host images, switch self-host deploys to official image pulls with a source-build fallback, and move self-host signup / Google OAuth config onto runtime /api/config.
2026-04-22 16:58:42 +08:00

20 lines
482 B
YAML

# Development override: build the backend/web images from the current checkout
# instead of pulling the official GHCR images.
services:
backend:
image: multica-backend:dev
build:
context: .
dockerfile: Dockerfile
frontend:
image: multica-web:dev
build:
context: .
dockerfile: Dockerfile.web
args:
REMOTE_API_URL: http://backend:8080
NEXT_PUBLIC_WS_URL: ${NEXT_PUBLIC_WS_URL:-}
NEXT_PUBLIC_APP_VERSION: dev