chore: Update soketi service image to version 1.0.3

This commit is contained in:
Andras Bacsai
2024-10-03 10:05:54 +02:00
parent c4e702f096
commit a6a3abc273
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ services:
retries: 10 retries: 10
timeout: 2s timeout: 2s
soketi: soketi:
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.2' image: 'ghcr.io/coollabsio/coolify-realtime:1.0.3'
ports: ports:
- "${SOKETI_PORT:-6001}:6001" - "${SOKETI_PORT:-6001}:6001"
- "6002:6002" - "6002:6002"

View File

@@ -10,7 +10,7 @@
"version": "1.0.1" "version": "1.0.1"
}, },
"realtime": { "realtime": {
"version": "1.0.2" "version": "1.0.3"
} }
} }
} }