chore(docker-compose): update soketi image version to 1.0.10 in production and Windows configurations

This commit is contained in:
Andras Bacsai
2025-09-24 09:19:38 +02:00
parent 0b885d75e3
commit 98a30e2482
4 changed files with 2 additions and 34 deletions

View File

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

View File

@@ -103,7 +103,7 @@ services:
retries: 10
timeout: 2s
soketi:
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.0'
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.10'
pull_policy: always
container_name: coolify-realtime
restart: always

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long