File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ services:
110
110
retries : 10
111
111
timeout : 2s
112
112
soketi :
113
- image : ' ghcr.io/coollabsio/coolify-realtime:1.0.0 '
113
+ image : ' ghcr.io/coollabsio/coolify-realtime:1.0.1 '
114
114
ports :
115
115
- " ${SOKETI_PORT:-6001}:6001"
116
116
- " 6002:6002"
@@ -123,7 +123,7 @@ services:
123
123
SOKETI_DEFAULT_APP_KEY : " ${PUSHER_APP_KEY}"
124
124
SOKETI_DEFAULT_APP_SECRET : " ${PUSHER_APP_SECRET}"
125
125
healthcheck :
126
- test : ["CMD-SHELL", "wget -qO- http://127.0.0.1:6001/ready && wget -qO- http://127.0.0.1:6002/ready || exit 1"]
126
+ test : [ "CMD-SHELL", "wget -qO- http://127.0.0.1:6001/ready && wget -qO- http://127.0.0.1:6002/ready || exit 1" ]
127
127
interval : 5s
128
128
retries : 10
129
129
timeout : 2s
Original file line number Diff line number Diff line change 10
10
"version" : " 1.0.1"
11
11
},
12
12
"realtime" : {
13
- "version" : " 1.0.0 "
13
+ "version" : " 1.0.1 "
14
14
}
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments