From fe8b3d03f06a721d1ad8f22d0ade614104bf43d9 Mon Sep 17 00:00:00 2001 From: Ishan Karmakar Date: Mon, 8 Jun 2026 00:23:34 +0000 Subject: [PATCH] Use docker config for dynamicconfig --- docker-compose.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1d12066..d4761ab 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,3 +1,7 @@ +configs: + temporal_dynamicconfig: + file: ./dynamicconfig/development-sql.yaml + services: postiz: image: ghcr.io/gitroomhq/postiz-app:latest @@ -215,8 +219,9 @@ services: timeout: 5s retries: 10 start_period: 30s - volumes: - - ./dynamicconfig:/etc/temporal/config/dynamicconfig + configs: + - source: temporal_dynamicconfig + target: /etc/temporal/config/dynamicconfig/development-sql.yaml labels: kompose.volume.type: configMap