Skip to content

Commit

Permalink
feat: Updated Mattermost preview compose service to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Oct 26, 2023
1 parent 511ac7d commit cf492c5
Show file tree
Hide file tree
Showing 5 changed files with 4,151 additions and 1,906 deletions.
2 changes: 1 addition & 1 deletion development/creds.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MYSQL_PASSWORD=${NAUTOBOT_DB_PASSWORD}
# = Chat Platforms ===================

# - Mattermost -----------------------
MATTERMOST_API_TOKEN="5qsffxoapt883qfdygbdgf17jy"
MATTERMOST_API_TOKEN="nsutx44ibbd69r5hjjmd3hx4sw"

# - Microsoft Teams ------------------
# MICROSOFT_APP_ID="changeme"
Expand Down
5 changes: 3 additions & 2 deletions development/mattermost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ services:
worker:
<<: *nautobot
mattermost:
image: "mattermost/mattermost-preview:7.8.9"
image: "mattermost/mattermost-preview:9.0.1"
hostname: "mattermost"
environment:
MM_LOGSETTINGS_SENDCRASHREPORTS: "false"
MM_SERVICESETTINGS_ALLOWCORSFROM: "*"
MM_SERVICESETTINGS_ALLOWEDUNTRUSTEDINTERNALCONNECTIONS: "0.0.0.0/0"
MM_SERVICESETTINGS_ENABLEDEVELOPER: "true"
MM_SERVICESETTINGS_ENABLEDIAGNOSTICS: "false"
Expand All @@ -23,6 +24,6 @@ services:
- "8065:8065"
volumes:
- "./mattermost/dump.sql:/docker-entrypoint-initdb.d/dump.sql"
- "mattermost-data:/var/lib/mysql"
- "mattermost-data:/var/lib/postgresql/data"
volumes:
mattermost-data: {}
Loading

0 comments on commit cf492c5

Please sign in to comment.