Skip to content

Commit 27d1571

Browse files
FelixKirschJWittmeyer
andauthored
Integration of start up helper for refinery (#117)
* implements initial integration of alfred as start up helper * start script runs start up container * modifies batch files * fixes version number for alfred * removes sqlite paths from settings * bugfix update.bat * changes start.bat * changes current directory in start.bat * set minio endpoint in start.bat * bugfix minio endpoint in start.bat * removes superfluous file * minio endpoint as argument in bash start * Changes version file for release 1.4.0 * Adds pause to scripts on windows Co-authored-by: felix0496 <[email protected]> Co-authored-by: JWittmeyer <[email protected]>
1 parent 6d7b9a0 commit 27d1571

File tree

14 files changed

+70
-795
lines changed

14 files changed

+70
-795
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ refinery/postgres-data
88
refinery/minio-data
99
refinery/qdrant-data
1010
refinery/qdrant-storage
11-
11+
refinery/graphql-sqlite
12+
refinery/kratos-sqlite
13+
refinery/backup
1214

1315
.DS_Store
1416

alembic_fix

Lines changed: 0 additions & 41 deletions
This file was deleted.

alembic_fix.bat

Lines changed: 0 additions & 94 deletions
This file was deleted.

refinery/oathkeeper/jwks.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

refinery/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"LOCAL_VOLUME_KRATOS": "./kratos",
3+
"LOCAL_VOLUME_MINIO": "./minio-data",
4+
"LOCAL_VOLUME_OATHKEEPER": "./oathkeeper",
5+
"LOCAL_VOLUME_POSTGRES": "./postgres-data",
6+
"LOCAL_VOLUME_QDRANT": "./qdrant-storage"
7+
}

0 commit comments

Comments
 (0)