Skip to content

Commit a2ea881

Browse files
committed
chore: Update soketi image to version 1.0.1
1 parent cbc2f1f commit a2ea881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ services:
110110
retries: 10
111111
timeout: 2s
112112
soketi:
113-
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.0'
113+
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.1'
114114
ports:
115115
- "${SOKETI_PORT:-6001}:6001"
116116
- "6002:6002"
@@ -123,7 +123,7 @@ services:
123123
SOKETI_DEFAULT_APP_KEY: "${PUSHER_APP_KEY}"
124124
SOKETI_DEFAULT_APP_SECRET: "${PUSHER_APP_SECRET}"
125125
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" ]
127127
interval: 5s
128128
retries: 10
129129
timeout: 2s

0 commit comments

Comments
 (0)