Adding php-worker container to docker-compose
This commit is contained in:
		@@ -75,6 +75,15 @@ services:
 | 
			
		||||
            # IMPORTANT: Set the Remote Interpreter entry matching name to `laravel`
 | 
			
		||||
            - PHP_IDE_CONFIG=serverName=laravel
 | 
			
		||||
            
 | 
			
		||||
### PHP Worker Container #################################
 | 
			
		||||
    php-worker:
 | 
			
		||||
        build:
 | 
			
		||||
            context: ./php-worker
 | 
			
		||||
        volumes:
 | 
			
		||||
            - ../:/var/www/laravel
 | 
			
		||||
        links:
 | 
			
		||||
            - workspace
 | 
			
		||||
 | 
			
		||||
### Nginx Server Container ##################################
 | 
			
		||||
 | 
			
		||||
    nginx:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user