File tree Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ echo " We are currently experiencing some issues with refinery."
4+ echo " We are working on it. Sorry, for the inconvenience."
5+ echo " If you pull the repository and this message is still there, please try to pull it at a later time."
6+ exit 1
7+
38LOCAL_VOLUME_POSTGRES=./postgres-data
49LOCAL_VOLUME_MINIO=./minio-data
510LOCAL_VOLUME_QDRANT=./qdrant-storage
Original file line number Diff line number Diff line change 11@ echo off
22setlocal enabledelayedexpansion
33
4+ echo " We are currently experiencing some issues with refinery."
5+ echo " We are working on it. Sorry, for the inconvenience."
6+ echo " If you pull the repository and this message is still there, please try to pull it at a later time."
7+ exit 1
8+
49set LOCAL_VOLUME_POSTGRES = " .\postgres-data"
510set LOCAL_VOLUME_MINIO = " .\minio-data"
611set LOCAL_VOLUME_QDRANT = " .\qdrant-storage"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ echo " We are currently experiencing some issues with refinery."
4+ echo " We are working on it. Sorry, for the inconvenience."
5+ echo " If you pull the repository and this message is still there, please try to pull it at a later time."
6+ exit 1
7+
38docker-compose -f refinery/docker-compose.yml down --remove-orphans
Original file line number Diff line number Diff line change 11@ echo off
22
3+ echo " We are currently experiencing some issues with refinery."
4+ echo " We are working on it. Sorry, for the inconvenience."
5+ echo " If you pull the repository and this message is still there, please try to pull it at a later time."
6+ exit 1
7+
38docker-compose -f refinery\docker-compose.yml down --remove-orphans
49if " %1 " neq " update" pause
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ echo " We are currently experiencing some issues with refinery."
4+ echo " We are working on it. Sorry, for the inconvenience."
5+ echo " If you pull the repository and this message is still there, please try to pull it at a later time."
6+ exit 1
7+
38echo " Checking refinery installation..."
49if test -f " ./refinery/docker-compose.yml" ; then
510 echo " Refinery is installed."
Original file line number Diff line number Diff line change 11@ echo off
22setlocal enabledelayedexpansion
33
4+ echo " We are currently experiencing some issues with refinery."
5+ echo " We are working on it. Sorry, for the inconvenience."
6+ echo " If you pull the repository and this message is still there, please try to pull it at a later time."
7+ exit 1
8+
49echo Checking refinery installation...
510if exist " %~dp0 \refinery\docker-compose.yml" (
611 echo Refinery is installed.
You can’t perform that action at this time.
0 commit comments