Skip to content
Snippets Groups Projects

Corrections cloud

Merged Arthur Le Bars requested to merge corrections_cloud into dev
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
#jinja2: lstrip_blocks: “True”, trim_blocks: "True"
# ./docker_data is created and filled with persistent data that should be backuped
version: '3.7'
services:
@@ -135,7 +134,6 @@ services:
galaxy:
image: quay.io/galaxy-genome-annotation/docker-galaxy-annotation:gmod
volumes:
- ../galaxy_data_libs_SI.py:/opt/galaxy_data_libs_SI.py
{% if persist_galaxy_data is defined %}
{% if persist_galaxy_data == "False" %}
#- ./docker_data/galaxy/:/export/
Loading