mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Refactored docker-compose roles
This commit is contained in:
		| @@ -1,8 +1,10 @@ | ||||
| services: | ||||
| {% include 'roles/docker-compose/templates/base.yml.j2' %} | ||||
|     application: | ||||
|         container_name: roulette_application | ||||
|         build: | ||||
|             context: . | ||||
|         ports: | ||||
|         - 127.0.0.1:{{ports.localhost.http[application_id]}}:8080 | ||||
|         restart: {{docker_restart_policy}} | ||||
|         restart: {{docker_restart_policy}} | ||||
|  | ||||
| {% include 'templates/docker/compose/networks.yml.j2' %} | ||||
		Reference in New Issue
	
	Block a user