mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	General optimations and debugging
This commit is contained in:
		| @@ -3,7 +3,7 @@ services: | ||||
|     image: taigaio/taiga-back:latest | ||||
|     environment: | ||||
|       CELERY_ENABLED: "False" | ||||
| {% include 'roles/docker-container/templates/depends_on_dmbs.j2' %} | ||||
| {% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %} | ||||
| {% include 'roles/docker-container/templates/networks.yml.j2' %} | ||||
|     entrypoint: "python manage.py" | ||||
|     volumes: | ||||
|   | ||||
| @@ -17,7 +17,7 @@ | ||||
|  | ||||
| {% include 'roles/docker-container/templates/networks.yml.j2' %} | ||||
|       taiga: | ||||
| {% include 'roles/docker-container/templates/depends_on_dmbs.j2' %} | ||||
| {% include 'roles/docker-container/templates/depends_on/dmbs_incl.yml.j2' %} | ||||
|       taiga-events-rabbitmq: | ||||
|         condition: service_started | ||||
|       taiga-async-rabbitmq: | ||||
| @@ -52,7 +52,7 @@ | ||||
|  | ||||
| {% include 'roles/docker-container/templates/networks.yml.j2' %} | ||||
|       taiga: | ||||
| {% include 'roles/docker-container/templates/depends_on_dmbs.j2' %} | ||||
| {% include 'roles/docker-container/templates/depends_on/dmbs_incl.yml.j2' %} | ||||
|       taiga-events-rabbitmq: | ||||
|         condition: service_started | ||||
|       taiga-async-rabbitmq: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user