Merge "Chore: Fix typo in INFO.yaml file"
[cps.git] / docker-compose / docker-compose.yml
index b7d641c..8d3a0a3 100644 (file)
@@ -23,7 +23,7 @@ services:
 
   dbpostgresql:
     container_name: dbpostgresql
-    image: postgres:13.2-alpine
+    image: postgres:14.1-alpine
     ports:
       - ${DB_PORT:-5432}:5432
     environment:
@@ -50,6 +50,7 @@ services:
       notification.async.executor.time-out-value-in-ms: 2000
       NOTIFICATION_DATASPACE_FILTER_PATTERNS: '.*'
       TIMERS_ADVISED-MODULES-SYNC_SLEEP-TIME-MS: 2000
+      TIMERS_CM-HANDLE-DATA-SYNC_SLEEP-TIME-MS: 2000
     restart: unless-stopped
     depends_on:
       - dbpostgresql