We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc2f1f commit a2ea881Copy full SHA for a2ea881
docker-compose.prod.yml
@@ -110,7 +110,7 @@ services:
110
retries: 10
111
timeout: 2s
112
soketi:
113
- image: 'ghcr.io/coollabsio/coolify-realtime:1.0.0'
+ image: 'ghcr.io/coollabsio/coolify-realtime:1.0.1'
114
ports:
115
- "${SOKETI_PORT:-6001}:6001"
116
- "6002:6002"
@@ -123,7 +123,7 @@ services:
123
SOKETI_DEFAULT_APP_KEY: "${PUSHER_APP_KEY}"
124
SOKETI_DEFAULT_APP_SECRET: "${PUSHER_APP_SECRET}"
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"]
+ test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1:6001/ready && wget -qO- http://127.0.0.1:6002/ready || exit 1" ]
127
interval: 5s
128
129
0 commit comments