Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			150 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
db:
 | 
						|
  image: mysql:latest
 | 
						|
  environment:
 | 
						|
    MYSQL_ROOT_PASSWORD: rootpass
 | 
						|
    MYSQL_DATABASE: gogs
 | 
						|
    MYSQL_USER: gogs
 | 
						|
    MYSQL_PASSWORD: password
 |