/var/cache for mtba

This commit is contained in:
juarez 2023-09-26 07:45:51 +02:00
parent b0b599c96b
commit c9b19a9368
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ services:
- "traefik.http.middlewares.mtba_ccp_strip.stripprefix.prefixes=/mtba" - "traefik.http.middlewares.mtba_ccp_strip.stripprefix.prefixes=/mtba"
- "traefik.http.routers.mtba_ccp.middlewares=mtba_ccp_strip, auth" - "traefik.http.routers.mtba_ccp.middlewares=mtba_ccp_strip, auth"
volumes: volumes:
- /tmp/bridgehead/mtba/input:/app/input - /var/cache/bridgehead/ccp/mtba/input:/app/input
- /tmp/bridgehead/mtba/persist:/app/persist - /var/cache/bridgehead/ccp/mtba/persist:/app/persist
# TODO: Include CBioPortal in Deployment ... # TODO: Include CBioPortal in Deployment ...
# NOTE: CBioPortal can't load data while the system is running. So after import of data bridgehead needs to be restarted! # NOTE: CBioPortal can't load data while the system is running. So after import of data bridgehead needs to be restarted!