Skip to content
Snippets Groups Projects
Unverified Commit 333f45ac authored by Aaron Ogle's avatar Aaron Ogle
Browse files

Add plugs to new commands so they can actually communicate over the network

parent f5f1448d
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,10 @@ apps:
plugs: [network, network-bind]
mongo:
command: env LC_ALL=C mongo
plugs: [network]
restoredb:
command: env LC_ALL=C restoredb
plugs: [network]
backupdb:
command: env LC_ALL=c rcbackup
plugs: [network]
......
......@@ -27,8 +27,10 @@ apps:
plugs: [network, network-bind]
mongo:
command: env LC_ALL=C mongo
plugs: [network]
restoredb:
command: env LC_ALL=C restoredb
plugs: [network]
backupdb:
command: env LC_ALL=c rcbackup
plugs: [network]
......
......@@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: #{RC_VERSION}
version: 0.55.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
......@@ -27,8 +27,10 @@ apps:
plugs: [network, network-bind]
mongo:
command: env LC_ALL=C mongo
plugs: [network]
restoredb:
command: env LC_ALL=C restoredb
plugs: [network]
backupdb:
command: env LC_ALL=c rcbackup
plugs: [network]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment