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

Add for edge channel as well

parent da6c8500
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,11 @@ description: Have your own Slack like online chat, built with Meteor. https://ro ...@@ -13,11 +13,11 @@ description: Have your own Slack like online chat, built with Meteor. https://ro
confinement: strict confinement: strict
apps: apps:
rocketchat-server: rocketchat-server:
command: env BABEL_CACHE_DIR=/tmp ROOT_URL=http://localhost PORT=3000 MONGO_URL=mongodb://localhost:27017/parties Accounts_AvatarStorePath=$SNAP_COMMON/uploads node $SNAP/main.js command: startRocketChat
daemon: simple daemon: simple
plugs: [network, network-bind] plugs: [network, network-bind]
rocketchat-mongo: rocketchat-mongo:
command: env LC_ALL=C mongod --bind_ip 127.0.0.1 --smallfiles --dbpath=$SNAP_COMMON command: startmongo
daemon: simple daemon: simple
plugs: [network, network-bind] plugs: [network, network-bind]
rocketchat-caddy: rocketchat-caddy:
...@@ -84,10 +84,10 @@ parts: ...@@ -84,10 +84,10 @@ parts:
organize: organize:
rcbackup: bin/rcbackup rcbackup: bin/rcbackup
startmongo: bin/startmongo startmongo: bin/startmongo
initmongo: bin/initmongo startRocketChat: bin/startRocketChat
initreplset.js: bin/initreplset.js
Caddyfile: bin/Caddyfile Caddyfile: bin/Caddyfile
initcaddy: bin/initcaddy initcaddy: bin/initcaddy
initmongoreplset.js: bin/initmongoreplset.js
snap: snap:
- bin - bin
caddy: caddy:
......
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