mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 06:21:11 +00:00 
			
		
		
		
	Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| db:
 | |
|   image: wyaeld/postgres:9.3
 | |
|   environment:
 | |
|     POSTGRESQL_DB: gogs
 | |
|     POSTGRESQL_USER: gogs
 | |
|     POSTGRESQL_PASS: password
 |