mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			391 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			391 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '2'
 | 
						|
services:
 | 
						|
    php5:
 | 
						|
        container_name: mage-php5
 | 
						|
        build: ./php5
 | 
						|
        volumes:
 | 
						|
            - ../../:/home/magephp
 | 
						|
 | 
						|
    php7.0:
 | 
						|
        container_name: mage-php7.0
 | 
						|
        build: ./php7.0
 | 
						|
        volumes:
 | 
						|
            - ../../:/home/magephp
 | 
						|
 | 
						|
    php7.1:
 | 
						|
        container_name: mage-php7.1
 | 
						|
        build: ./php7.1
 | 
						|
        volumes:
 | 
						|
            - ../../:/home/magephp
 |