mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Refactored docker-compose roles
This commit is contained in:
		| @@ -1,15 +1,11 @@ | ||||
| services: | ||||
|  | ||||
| {% include 'roles/docker-oauth2-proxy/templates/container.yml.j2' %} | ||||
| {% include 'roles/docker-compose/templates/base.yml.j2' %} | ||||
|  | ||||
|   application: | ||||
|     container_name: {{ application_id }} | ||||
|     image: "{{ applications[application_id].images.lam }}" | ||||
|     ports: | ||||
|       - 127.0.0.1:{{ports.localhost.http[application_id]}}:80  | ||||
| {% include 'roles/docker-compose/templates/services/base.yml.j2' %} | ||||
| {% include 'roles/docker-container/templates/base.yml.j2' %} | ||||
| {% include 'templates/docker/container/networks.yml.j2' %} | ||||
|  | ||||
| {# include 'templates/docker/compose/volumes.yml.j2' #} | ||||
|  | ||||
| {% include 'templates/docker/compose/networks.yml.j2' %} | ||||
| {% include 'templates/docker/compose/networks.yml.j2' %} | ||||
		Reference in New Issue
	
	Block a user