|  | @@ -16,6 +16,9 @@ services:
 | 
											
												
													
														|  |          condition: on-failure
 |  |          condition: on-failure
 | 
											
												
													
														|  |    db:
 |  |    db:
 | 
											
												
													
														|  |      image: postgres:9.4
 |  |      image: postgres:9.4
 | 
											
												
													
														|  | 
 |  | +    environment:
 | 
											
												
													
														|  | 
 |  | +      POSTGRES_USER: "postgres"
 | 
											
												
													
														|  | 
 |  | +      POSTGRES_PASSWORD: "postgres"
 | 
											
												
													
														|  |      volumes:
 |  |      volumes:
 | 
											
												
													
														|  |        - db-data:/var/lib/postgresql/data
 |  |        - db-data:/var/lib/postgresql/data
 | 
											
												
													
														|  |      networks:
 |  |      networks:
 | 
											
										
											
												
													
														|  | @@ -78,4 +81,4 @@ networks:
 | 
											
												
													
														|  |    backend:
 |  |    backend:
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  volumes:
 |  |  volumes:
 | 
											
												
													
														|  | -  db-data:
 |  | 
 | 
											
												
													
														|  | 
 |  | +  db-data:
 |