mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 08:03:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: "3"
 | |
| 
 | |
| services:
 | |
|   db:
 | |
|     build: .
 | |
|     command: ./entrypoint.sh
 | |
|     image: docker.io/tonistiigi/db
 | |
|   webapp:
 | |
|     build:
 | |
|       dockerfile: Dockerfile.webapp
 | |
|       args:
 | |
|         buildno: 1 | 
