| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -33,7 +33,7 @@ services: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    ports: | 
					 | 
					 | 
					 | 
					    ports: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      - "5432:5432" | 
					 | 
					 | 
					 | 
					      - "5432:5432" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    volumes: | 
					 | 
					 | 
					 | 
					    volumes: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      - database-data:/var/lib/postgresql/data | 
					 | 
					 | 
					 | 
					      - /var/lib/docker/volumes/outline/db:/var/lib/postgresql/data:Z | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    healthcheck: | 
					 | 
					 | 
					 | 
					    healthcheck: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      test: ["CMD", "pg_isready"] | 
					 | 
					 | 
					 | 
					      test: ["CMD", "pg_isready"] | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      interval: 30s | 
					 | 
					 | 
					 | 
					      interval: 30s | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -56,7 +56,7 @@ services: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      restart_policy: | 
					 | 
					 | 
					 | 
					      restart_policy: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        condition: on-failure | 
					 | 
					 | 
					 | 
					        condition: on-failure | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    volumes: | 
					 | 
					 | 
					 | 
					    volumes: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      - storage-data:/data | 
					 | 
					 | 
					 | 
					      - /var/lib/docker/volumes/outline/data:/data:Z | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    healthcheck: | 
					 | 
					 | 
					 | 
					    healthcheck: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] | 
					 | 
					 | 
					 | 
					      test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      interval: 30s | 
					 | 
					 | 
					 | 
					      interval: 30s | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |