For some reason, one may want/need to edit laradock's default file `docker-compose.yml` e.g. srtipping out uneeded services, so that the whole project can be brought up with a simple `docker-compose up` command. With this commit, the user can copy default `docker-compose.yml` as `docker-compose.custom.yml` and make the desired changes there. This file will not be tracked by Git.
		
			
				
	
	
		
			23 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
.idea
 | 
						|
/logs
 | 
						|
/data
 | 
						|
.env
 | 
						|
/.project
 | 
						|
.docker-sync
 | 
						|
/jenkins/jenkins_home
 | 
						|
 | 
						|
/logstash/pipeline/*.conf
 | 
						|
/logstash/config/pipelines.yml
 | 
						|
 | 
						|
/nginx/ssl/*.crt
 | 
						|
/nginx/ssl/*.key
 | 
						|
/nginx/ssl/*.csr
 | 
						|
 | 
						|
/.devcontainer/*
 | 
						|
!/.devcontainer/devcontainer.example.json
 | 
						|
!/.devcontainer/docker-compose.extend-example.yml
 | 
						|
 | 
						|
docker-compose.custom.yml
 | 
						|
 | 
						|
.DS_Store
 |