Skip to content

Commit

Permalink
chore: Update Coolify Realtime image to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Oct 1, 2024
1 parent 4db50bd commit 4d9dcfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ services:
retries: 10
timeout: 2s
soketi:
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.1'
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.2'
ports:
- "${SOKETI_PORT:-6001}:6001"
- "6002:6002"
Expand Down
2 changes: 1 addition & 1 deletion other/nightly/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
retries: 10
timeout: 2s
soketi:
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.1'
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.2'
ports:
- "${SOKETI_PORT:-6001}:6001"
- "6002:6002"
Expand Down
6 changes: 3 additions & 3 deletions other/nightly/versions.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.347"
"version": "4.0.0-beta.348"
},
"nightly": {
"version": "4.0.0-beta.348"
"version": "4.0.0-beta.349"
},
"helper": {
"version": "1.0.1"
},
"realtime": {
"version": "1.0.1"
"version": "1.0.2"
}
}
}

0 comments on commit 4d9dcfb

Please sign in to comment.