De-scope - remove swagger docs and http proxy

HTTP proxy was becoming annoying to maintain, and gRPC is easier to use anyway

swagger docs are just part of the fallout
This commit is contained in:
Marc Di Luzio 2020-07-10 00:12:35 +01:00
parent bffe539d77
commit 7d780d05bd
4 changed files with 3 additions and 38 deletions

View file

@ -27,15 +27,7 @@ apps:
environment:
WORDS_FILE : "$SNAP/data/words_alpha.txt"
DATA_PATH : $SNAP_USER_DATA
rove-rest-server:
command: bin/rove-server-rest-proxy
plugs:
- network
- network-bind
environment:
DATA_PATH : $SNAP_USER_DATA
parts:
go-rove:
plugin: go