mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 00:02:20 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			159 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			159 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
web:
 | 
						|
  build: .
 | 
						|
  links:
 | 
						|
    - mysql
 | 
						|
  ports:
 | 
						|
    - "3000:3000"
 | 
						|
 | 
						|
mysql:
 | 
						|
  image: mysql
 | 
						|
  environment:
 | 
						|
    - MYSQL_ROOT_PASSWORD=gogs
 | 
						|
    - MYSQL_DATABASE=gogs
 |