Added example production values
This commit is contained in:
parent
e3a31fca78
commit
6039d6b2ac
1 changed files with 15 additions and 1 deletions
|
|
@ -38,4 +38,18 @@ POSTGRES_PORT=5432
|
|||
|
||||
# MCP Server
|
||||
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
|
||||
Loading…
Reference in a new issue