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