Added example production values

This commit is contained in:
Viswamedha Nalabotu 2026-01-20 04:24:09 +00:00
parent e3a31fca78
commit 6039d6b2ac

View file

@ -38,4 +38,18 @@ POSTGRES_PORT=5432
# MCP Server # MCP Server
MCP_SERVER_HOST=localhost MCP_SERVER_HOST=localhost
MCP_SERVER_PORT=8001 MCP_SERVER_PORT=8001
# Production YAML
FYP_DJANGO_IMAGE=dynavera-django:prod
FYP_DJANGO_REPLICAS=1
DJANGO_DOMAIN=yourdomain.com
DJANGO_ENTRYPOINT=websecure
CERTRESOLVER=myresolver
DJANGO_PORT=8000
GITLAB_USER=yourgitlabuser
GITLAB_PASS=yourgitlabpass
GITLAB_SERVER_URL=https://gitlab.com/
GITLAB_RUNNER_REGISTRATION_TOKEN=your_registration_token
GITLAB_RUNNER_DOCKER_IMAGE=python:3.10-slim
GITLAB_RUNNER_IMAGE_TAG=latest