Removed replicas
This commit is contained in:
parent
95a56d4d7e
commit
1a73697fec
2 changed files with 2 additions and 6 deletions
|
|
@ -42,7 +42,6 @@ MCP_SERVER_PORT=8001
|
|||
|
||||
# Production YAML
|
||||
FYP_DJANGO_IMAGE=dynavera-django:prod
|
||||
FYP_DJANGO_REPLICAS=1
|
||||
FYP_CELERY_IMAGE=dynavera-celery:prod
|
||||
DJANGO_ENTRYPOINT=websecure
|
||||
CERTRESOLVER=myresolver
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
services:
|
||||
fyp-django-prod:
|
||||
container_name: fyp-django-prod
|
||||
image: {FYP_DJANGO_IMAGE}
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: "${FYP_DJANGO_REPLICAS}"
|
||||
image: "${FYP_DJANGO_IMAGE}"
|
||||
env_file:
|
||||
- ../../.env
|
||||
labels:
|
||||
|
|
@ -58,7 +55,7 @@ services:
|
|||
|
||||
fyp-celery-dev:
|
||||
container_name: fyp-celery-dev
|
||||
image: {FYP_CELERY_IMAGE}
|
||||
image: "${FYP_CELERY_IMAGE}"
|
||||
env_file:
|
||||
- ../../.env
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue