Update Servers/Containerization/Docker/Compose/RocketChat.md

This commit is contained in:
2025-04-20 23:58:51 -06:00
parent 1b493281e3
commit 2428c9a858

View File

@ -7,7 +7,7 @@
chmod -R 777 /srv/containers/rocketchat
```
```jsx title="docker-compose.yml"
```yaml title="docker-compose.yml"
services:
rocketchat:
image: registry.rocket.chat/rocketchat/rocket.chat:${RELEASE:-latest}
@ -68,7 +68,7 @@ networks:
external: true
```
```jsx title=".env"
```yaml title=".env"
TZ=America/Denver
RELEASE=6.3.0
PORT=3000 #Redundant - Can be Removed
@ -77,7 +77,7 @@ MONGODB_INITIAL_PRIMARY_HOST=rc_mongodb #Redundant - Can be Removed
MONGODB_ADVERTISED_HOSTNAME=rc_mongodb #Redundant - Can be Removed
```
## Reverse Proxy Configuration
```jsx title="nginx.conf"
```yaml title="nginx.conf"
# Rocket.Chat Server
server {
listen 443 ssl;