Sign inSign up

xen0xys/flowy-server

By xen0xys

Updated 1 day ago

NestJS + Prisma backend image for Flowy: Fastify API for auth and core services.

Image
Web servers
0

2.6K

xen0xys/flowy-server repository overview

Flowy Backend API (NestJS)

Flowy Backend is the NestJS + Fastify API service for the Flowy platform.
It handles authentication, business logic, and database access through Prisma.

What this image provides

  • NestJS API server (Fastify adapter)
  • Prisma-powered data layer
  • Modular backend architecture (auth, users, admin, accounting, helpers)
  • Production-ready containerized runtime

Source code

Documentation

Typical use case

Use this image to run the Flowy API in Docker, connected to a PostgreSQL database, and consumed by the Flowy frontend or other clients.

Configuration

This container requires runtime environment variables, including:

  • DATABASE_URL
  • APP_SECRET
  • APP_NAME
  • Optional: PREFIX
  • Flowy Frontend image (Nuxt)

Notes

  • Ensure database migrations are applied before or during startup.
  • Pin versions/tags for stable and reproducible deployments.

Tag summary

Content type

Image

Digest

sha256:a9b80f50c

Size

166.6 MB

Last updated

6 days ago

docker pull xen0xys/flowy-server