mirror of
				https://github.com/fspc/ybdb.git
				synced 2025-10-30 15:25:34 -04:00 
			
		
		
		
	Adding docker-compose to this project!
This commit is contained in:
		
							parent
							
								
									8cdd58fccb
								
							
						
					
					
						commit
						e742322770
					
				
							
								
								
									
										29
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,29 @@ | |||||||
|  | # YBDB  | ||||||
|  | # Use local_configurations.php for configurations | ||||||
|  | 
 | ||||||
|  | version: '2.1' | ||||||
|  | 
 | ||||||
|  | services: | ||||||
|  | 
 | ||||||
|  |   ybdb: | ||||||
|  |     build: . | ||||||
|  |     image: bikebike/ybdb | ||||||
|  |     container_name: ybdb | ||||||
|  |     network_mode: "bridge" | ||||||
|  |     restart: always | ||||||
|  |     ports: | ||||||
|  |       - "88:80" | ||||||
|  |     logging: | ||||||
|  |       driver: "json-file"   | ||||||
|  |       options: | ||||||
|  |         max-size: "10m" | ||||||
|  |         max-file: "3" | ||||||
|  |     env_file: | ||||||
|  |       - environment | ||||||
|  |     volumes: | ||||||
|  |       - mysql:/var/lib/mysql | ||||||
|  |       - config:/var/www/html/Connections | ||||||
|  | 
 | ||||||
|  | volumes: | ||||||
|  |   mysql: | ||||||
|  |   config: | ||||||
							
								
								
									
										0
									
								
								environment
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								environment
									
									
									
									
									
										Normal file
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user