Skip to content
Snippets Groups Projects
Commit a3e09048 authored by Aaron Ogle's avatar Aaron Ogle Committed by GitHub
Browse files

Print logs to journal instead of log file.

parent 56e4d6cb
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ description: Have your own Slack like online chat, built with Meteor. https://ro
confinement: strict
apps:
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 >$SNAP_DATA/server.log 2>&1
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
daemon: simple
plugs: [network, network-bind]
rocketchat-mongo:
......
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