Putting 2 replicas for pusher containers

This commit is contained in:
David Négrier 2020-12-09 17:54:37 +01:00
parent f4ed26739f
commit 25f9662b3c

View file

@ -26,6 +26,7 @@
} else {} } else {}
}, },
"pusher": { "pusher": {
"replicas": 2,
"image": "thecodingmachine/workadventure-pusher:"+tag, "image": "thecodingmachine/workadventure-pusher:"+tag,
"host": { "host": {
"url": "pusher."+url, "url": "pusher."+url,