mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			128 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			128 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
db:
 | 
						|
  image: wyaeld/postgres:9.3
 | 
						|
  environment:
 | 
						|
    POSTGRESQL_DB: gogs
 | 
						|
    POSTGRESQL_USER: gogs
 | 
						|
    POSTGRESQL_PASS: password
 |