forked from kamba4/sunders
		
	docs: Adds instructions about dev override
		
	chore: Applies docker naming convention to files
This commit is contained in:
		
					parent
					
						
							
								729af9ced9
							
						
					
				
			
			
				commit
				
					
						adab9b3175
					
				
			
		
					 3 changed files with 15 additions and 76 deletions
				
			
		
							
								
								
									
										13
									
								
								docker-compose.dev.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								docker-compose.dev.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
services:
 | 
			
		||||
  db:
 | 
			
		||||
    volumes:
 | 
			
		||||
        - ./mariadb:/var/lib/mysql:Z
 | 
			
		||||
 | 
			
		||||
  web:
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./web/www/sunders:/var/www/html:Z
 | 
			
		||||
 | 
			
		||||
  data_handler:
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./data_handler/utils:/opt:Z
 | 
			
		||||
      - ./data_handler/data_init:/opt/init/init.sql:Z
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue