mirror of
https://git.meshkee.com/Meshkee/backend.git
synced 2026-08-11 22:30:59 +04:30
Initial commit: Meshkee CMS API
NestJS backend with Prisma, Docker Compose for Postgres/Redis, and deploy docs for the production VM.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Production extras (optional).
|
||||
# Base docker-compose.yml already binds Postgres/Redis to 127.0.0.1.
|
||||
# Do not redeclare the same host ports here — Compose merges by appending
|
||||
# and that causes "address already in use".
|
||||
#
|
||||
# Usage (same as base):
|
||||
# docker compose up -d
|
||||
#
|
||||
# Or explicitly:
|
||||
# docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d
|
||||
|
||||
services: {}
|
||||
Reference in New Issue
Block a user