mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01:00 
			
		
		
		
	Exporter cache
This commit is contained in:
		@@ -23,13 +23,8 @@ services:
 | 
				
			|||||||
      - "traefik.http.routers.exporter_ccp.tls=true"
 | 
					      - "traefik.http.routers.exporter_ccp.tls=true"
 | 
				
			||||||
      - "traefik.http.middlewares.exporter_ccp_strip.stripprefix.prefixes=/ccp-exporter"
 | 
					      - "traefik.http.middlewares.exporter_ccp_strip.stripprefix.prefixes=/ccp-exporter"
 | 
				
			||||||
      - "traefik.http.routers.exporter_ccp.middlewares=exporter_ccp_strip"
 | 
					      - "traefik.http.routers.exporter_ccp.middlewares=exporter_ccp_strip"
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
      # In this initial development state of the bridgehead, we are trying to have so many volumes as possible.
 | 
					      - "/var/cache/bridgehead/exporter-files:/app/exporter-files"
 | 
				
			||||||
      # However, in the first executions in the CCP sites, this volume seems to be very important. An export is
 | 
					 | 
				
			||||||
      # a process that can take several hours. There is a risk that the bridgehead restarts, losing the already
 | 
					 | 
				
			||||||
      # created export. This is specially notorious while creating a report.
 | 
					 | 
				
			||||||
  #    volumes:
 | 
					 | 
				
			||||||
  #      - "bridgehead-exporter:/app/exporter-files"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  exporter-db:
 | 
					  exporter-db:
 | 
				
			||||||
    image: docker.verbis.dkfz.de/cache/postgres:15.1-alpine
 | 
					    image: docker.verbis.dkfz.de/cache/postgres:15.1-alpine
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user