|  | @@ -5,11 +5,6 @@ services:
 | 
	
		
			
				|  |  |      ports:
 | 
	
		
			
				|  |  |        - "${BACKEND_HOST:-0.0.0.0}:${BACKEND_PORT:-8080}:8080"
 | 
	
		
			
				|  |  |        - "${BACKEND_HOST:-0.0.0.0}:${BACKEND_DEBUG_PORT:-9229}:9229"
 | 
	
		
			
				|  |  | -    volumes:
 | 
	
		
			
				|  |  | -      - ./.git:/opt/.git:ro
 | 
	
		
			
				|  |  | -      - ./common:/opt/common
 | 
	
		
			
				|  |  | -      - ./types:/opt/types
 | 
	
		
			
				|  |  | -      - ./backend:/opt/app
 | 
	
		
			
				|  |  |      environment:
 | 
	
		
			
				|  |  |        - APP_ENV=${APP_ENV:-development}
 | 
	
		
			
				|  |  |        - BACKEND_DEBUG=${BACKEND_DEBUG:-false}
 | 
	
	
		
			
				|  | @@ -17,11 +12,6 @@ services:
 | 
	
		
			
				|  |  |    frontend:
 | 
	
		
			
				|  |  |      build:
 | 
	
		
			
				|  |  |        dockerfile: ./Dockerfile.dev
 | 
	
		
			
				|  |  | -    volumes:
 | 
	
		
			
				|  |  | -      - ./.git:/opt/.git:ro
 | 
	
		
			
				|  |  | -      - ./common:/opt/common
 | 
	
		
			
				|  |  | -      - ./types:/opt/types
 | 
	
		
			
				|  |  | -      - ./frontend:/opt/app
 | 
	
		
			
				|  |  |      environment:
 | 
	
		
			
				|  |  |        - APP_ENV=${APP_ENV:-development}
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -32,5 +22,3 @@ services:
 | 
	
		
			
				|  |  |    redis:
 | 
	
		
			
				|  |  |      ports:
 | 
	
		
			
				|  |  |        - "${REDIS_HOST:-0.0.0.0}:${REDIS_PORT:-6379}:6379"
 | 
	
		
			
				|  |  | -    volumes:
 | 
	
		
			
				|  |  | -      - ${REDIS_DATA_LOCATION:-./redis}:/data
 |