mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-29 09:05:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			159 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			159 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: kgpz
 | |
| services:
 | |
|   web:
 | |
|     build: .
 | |
|     volumes:
 | |
|       - kgpz_data:/app/data_git
 | |
|     ports:
 | |
|       - "8000:8080"
 | |
| 
 | |
| volumes:
 | |
|   kgpz_data:
 | |
|     external: true
 | 
