Loading docker-compose.yml +0 −4 Original line number Diff line number Diff line Loading @@ -75,10 +75,6 @@ services: esgf-auth: image: esgfhub/esgf-auth:${ESGF_VERSION} container_name: esgf-auth # override image command by starting supervisor and exiting immediately # which will also cause the container to exit after initialization # (i.e. after the volume is initialized) command: ["supervisord", "-v"] volumes: - esgf_auth_install:/usr/local/esgf-auth Loading docker-stack.yml +1 −6 Original line number Diff line number Diff line Loading @@ -230,15 +230,10 @@ services: # so they can share data in the volume 'esgf_auth_install' esgf-auth: image: ${ESGF_IMAGES_HUB-esgfhub}/esgf-auth:${ESGF_VERSION-latest} # override image command by starting supervisor and exiting immediately # which will also cause the container to exit after initialization # (i.e. after the volume is initialized) command: ["supervisord", "-v"] volumes: - esgf_auth_install:/usr/local/esgf-auth # use 0 replicas to prevent Docker from keep trying to restart the container deploy: replicas: 0 replicas: 1 placement: constraints: [node.labels.esgf_front_node == true] Loading Loading
docker-compose.yml +0 −4 Original line number Diff line number Diff line Loading @@ -75,10 +75,6 @@ services: esgf-auth: image: esgfhub/esgf-auth:${ESGF_VERSION} container_name: esgf-auth # override image command by starting supervisor and exiting immediately # which will also cause the container to exit after initialization # (i.e. after the volume is initialized) command: ["supervisord", "-v"] volumes: - esgf_auth_install:/usr/local/esgf-auth Loading
docker-stack.yml +1 −6 Original line number Diff line number Diff line Loading @@ -230,15 +230,10 @@ services: # so they can share data in the volume 'esgf_auth_install' esgf-auth: image: ${ESGF_IMAGES_HUB-esgfhub}/esgf-auth:${ESGF_VERSION-latest} # override image command by starting supervisor and exiting immediately # which will also cause the container to exit after initialization # (i.e. after the volume is initialized) command: ["supervisord", "-v"] volumes: - esgf_auth_install:/usr/local/esgf-auth # use 0 replicas to prevent Docker from keep trying to restart the container deploy: replicas: 0 replicas: 1 placement: constraints: [node.labels.esgf_front_node == true] Loading