Working Base Config for Taiga #1

Merged
patdyn merged 60 commits from config-play into main 2023-09-01 10:38:18 +00:00
Showing only changes of commit e4fd883340 - Show all commits

View file

@ -20,7 +20,7 @@ spec:
image: taigaio/taiga-back:latest image: taigaio/taiga-back:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["/bin/bash"] command: ["/bin/bash"]
args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser"] args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser --noinput"]
ports: ports:
- name: http - name: http
containerPort: 8000 containerPort: 8000