Update Servers/Containerization/Docker/Compose/RocketChat.md
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user