14 lines
		
	
	
		
			277 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			277 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # This is an example dynamic configuration.
 | |
| http:
 | |
|   routers:
 | |
|     coolify-http:
 | |
|       entryPoints:
 | |
|         - http
 | |
|       service: coolify
 | |
|       rule: Host(`coolify.io`)
 | |
|   services:
 | |
|     coolify:
 | |
|       loadBalancer:
 | |
|         servers:
 | |
|           -
 | |
|             url: 'http://coolify:80' | 
