From 6039d6b2acf7833da8b9c90293065d27f359598b Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Tue, 20 Jan 2026 04:24:09 +0000 Subject: [PATCH] Added example production values --- .env.template | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index adf766b..ab0df8d 100644 --- a/.env.template +++ b/.env.template @@ -38,4 +38,18 @@ POSTGRES_PORT=5432 # MCP Server MCP_SERVER_HOST=localhost -MCP_SERVER_PORT=8001 \ No newline at end of file +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 \ No newline at end of file