Use docker config for dynamicconfig
This commit is contained in:
+7
-2
@@ -1,3 +1,7 @@
|
|||||||
|
configs:
|
||||||
|
temporal_dynamicconfig:
|
||||||
|
file: ./dynamicconfig/development-sql.yaml
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postiz:
|
postiz:
|
||||||
image: ghcr.io/gitroomhq/postiz-app:latest
|
image: ghcr.io/gitroomhq/postiz-app:latest
|
||||||
@@ -215,8 +219,9 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
volumes:
|
configs:
|
||||||
- ./dynamicconfig:/etc/temporal/config/dynamicconfig
|
- source: temporal_dynamicconfig
|
||||||
|
target: /etc/temporal/config/dynamicconfig/development-sql.yaml
|
||||||
labels:
|
labels:
|
||||||
kompose.volume.type: configMap
|
kompose.volume.type: configMap
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user