mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
		
							
								
								
									
										10
									
								
								roles/web-app-roulette-wheel/templates/docker-compose.yml.j2
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								roles/web-app-roulette-wheel/templates/docker-compose.yml.j2
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| {% 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}} | ||||
|  | ||||
| {% include 'roles/docker-compose/templates/networks.yml.j2' %} | ||||
		Reference in New Issue
	
	Block a user