We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffc651 commit 4fc524dCopy full SHA for 4fc524d
refinery/docker-compose.tmpl
@@ -238,6 +238,8 @@ services:
238
- 80
239
networks:
240
- default
241
+ volumes:
242
+ - {LOCAL_VOLUME_CONFIG}:/config
243
244
refinery-doc-ock:
245
depends_on:
@@ -327,4 +329,5 @@ networks:
327
329
328
330
volumes:
331
kratos-sqlite:
- graphql-sqlite:
332
+ graphql-sqlite:
333
+ config:
refinery/settings.json
@@ -3,5 +3,6 @@
3
"LOCAL_VOLUME_MINIO": "./minio-data",
4
"LOCAL_VOLUME_OATHKEEPER": "./oathkeeper",
5
"LOCAL_VOLUME_POSTGRES": "./postgres-data",
6
- "LOCAL_VOLUME_QDRANT": "./qdrant-storage"
+ "LOCAL_VOLUME_QDRANT": "./qdrant-storage",
7
+ "LOCAL_VOLUME_CONFIG": "./config"
8
}
0 commit comments