Skip to content

Commit

Permalink
disable flower and proftp
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 20, 2024
1 parent ff18fc5 commit ad519cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ galaxy_image_version: "24.1"
galaxy_docker_env_vars:
USE_HTTPS: "True"
GALAXY_CONFIG_BRAND: "Galaxy"
NONUSE: "reports,slurmd,slurmctld,nodejs,condor"
NONUSE: "reports,slurmd,slurmctld,nodejs,condor,proftp,flower"
GALAXY_LOGGING: "full"
DOCKER_PARENT: "True"
GALAXY_CONFIG_HOST: "0.0.0.0"
Expand All @@ -44,7 +44,7 @@ galaxy_docker_env_vars:

# ENV variables for the Docker Galaxy in case of using slurm
slurm_galaxy_docker_env_vars:
NONUSE: "reports,slurmctld,slurmd,nodejs,condor"
NONUSE: "reports,slurmctld,slurmd,nodejs,condor,proftp,flower"
GALAXY_DESTINATIONS_DEFAULT: "slurm_cluster"
GALAXY_RUNNERS_ENABLE_SLURM: "True"

Expand Down

0 comments on commit ad519cf

Please sign in to comment.