Skip to content

Commit

Permalink
update compse file
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Nov 14, 2024
1 parent ac36b1b commit b1759c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
18 changes: 18 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
services:
mtbexporter:
restart: unless-stopped
build: ./
image: ghcr.io/buschlab/mtbexporter:latest
command:
- /app/mtbexporter.jar
- /app/settings.yaml
volumes:
- "./settings.yaml:/app/settings.yaml:z"
- "./output:/output:z"
- "./.state:/.state:z"
networks:
- mtb-cbioportal_cbioportal_net

networks:
mtb-cbioportal_cbioportal_net:
external: true
17 changes: 0 additions & 17 deletions docker-compose.yml

This file was deleted.

0 comments on commit b1759c1

Please sign in to comment.