Skip to content

Commit 4fc524d

Browse files
Adds config volume (#242)
1 parent dffc651 commit 4fc524d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

refinery/docker-compose.tmpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ services:
238238
- 80
239239
networks:
240240
- default
241+
volumes:
242+
- {LOCAL_VOLUME_CONFIG}:/config
241243

242244
refinery-doc-ock:
243245
depends_on:
@@ -327,4 +329,5 @@ networks:
327329

328330
volumes:
329331
kratos-sqlite:
330-
graphql-sqlite:
332+
graphql-sqlite:
333+
config:

refinery/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"LOCAL_VOLUME_MINIO": "./minio-data",
44
"LOCAL_VOLUME_OATHKEEPER": "./oathkeeper",
55
"LOCAL_VOLUME_POSTGRES": "./postgres-data",
6-
"LOCAL_VOLUME_QDRANT": "./qdrant-storage"
6+
"LOCAL_VOLUME_QDRANT": "./qdrant-storage",
7+
"LOCAL_VOLUME_CONFIG": "./config"
78
}

0 commit comments

Comments
 (0)