add compose for testing db
This commit is contained in:
		
							
								
								
									
										8
									
								
								compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| services: | ||||
|   db: | ||||
|     image: postgres | ||||
|     restart: always | ||||
|     environment: | ||||
|       POSTGRES_PASSWORD: postgres | ||||
|     ports: | ||||
|       - "5432:5432" | ||||
		Reference in New Issue
	
	Block a user