Latest Rocket.Chat Build for Raspberry PI 3
1.7K
!! TAG 1.0.2 is NOT working anymore with 32bit Mongo on Raspberry PI, the latest tested version is 0.74.3 !!
docker run -d --restart always -v /raid/mongodb:/data/db --name mongodb -p :27000:27017 fpommerening/rpi-mongo:3.2.9 mongod --smallfiles --journal --storageEngine=mmapv1 !! Now create a User, kill the container and start again with : --auth
CONTAINER=rocket USER=... PASS=... IP= IPMONGO= docker run -d --name $CONTAINER --restart always -p $IP:3333:3000 -e MONGO_URL=mongodb://$USER:$PASS@$IPMONGO:27000/meteor sigi/arm-rocket:0.68.5
Remark : This Image takes approx. 15 minutes to start (On a Pi2 that is almost idle otherwise). In the docker logs you should see somting like : +------------------------------------------------+ | SERVER RUNNING | +------------------------------------------------+ | | | Rocket.Chat Version: 0.68.5 | | NodeJS Version: 8.11.3 - arm | | Platform: linux | | Process Port: 3000 |
... and a few other lines ...
Content type
Image
Digest
Size
455.8 MB
Last updated
over 7 years ago
docker pull sigi/arm-rocket:1.0.2