mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-27 19:44:14 +00:00 
			
		
		
		
	* chore(docker-compose): 推奨の名前にする
5c18e329d5/spec.md (compose-file)
* yaml to yml
* fix
* fix
		
	
			
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| services:
 | |
|   redistest:
 | |
|     image: redis:7
 | |
|     ports:
 | |
|       - "127.0.0.1:56312:6379"
 | |
| 
 | |
|   dbtest:
 | |
|     image: postgres:15
 | |
|     ports:
 | |
|       - "127.0.0.1:54312:5432"
 | |
|     environment:
 | |
|       POSTGRES_DB: "test-misskey"
 | |
|       POSTGRES_HOST_AUTH_METHOD: trust
 |