🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-02-23 23:38:31 -05:00
parent b10c2c4167
commit f60b5e55e5
63 changed files with 437 additions and 384 deletions

11
scripts/rocketchat.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
mkdir /var/lib/docker/storage/rocketchat &&
chmod -Rf 777 /var/lib/docker/storage/rocketchat
docker run -d --name rocketchat \
--restart always
-p 127.0.0.1:39520:3000 -v \
/var/lib/docker/storage/rocketchat:/app \
--env ROOT_URL=http://localhost \
--env MONGO_URL=mongodb://mymongourl/mydb \
rocket.chat