Simplify - remove rove-accountant

This was a fun little gRPC experiment but it's simply not needed
This commit is contained in:
Marc Di Luzio 2020-06-30 23:34:49 +01:00
parent 984ff56664
commit abcebcebb6
12 changed files with 20 additions and 930 deletions

View file

@ -18,6 +18,7 @@ apps:
- network
environment:
ROVE_USER_DATA: $SNAP_USER_DATA
rove-server:
command: bin/rove-server
plugs:
@ -26,13 +27,7 @@ apps:
environment:
WORDS_FILE : "$SNAP/data/words_alpha.txt"
DATA_PATH : $SNAP_USER_DATA
rove-accountant:
command: bin/rove-accountant
plugs:
- network
- network-bind
environment:
DATA_PATH : $SNAP_USER_DATA
rove-rest-server:
command: bin/rove-reverse-proxy
plugs: