Disable celery in init-container

This commit is contained in:
erik 2023-08-09 12:28:28 +02:00
parent 4859e0931b
commit 73902892cb

View file

@ -53,6 +53,8 @@ spec:
value: "postgresql-service"
- name: POSTGRES_PORT
value: 5432
- name: CELERY_ENABLED
value: false
containers:
- name: taiga-back
image: taigaio/taiga-back:latest