Rename rove-reverse-proxy to rove-server-rest-proxy

This commit is contained in:
Marc Di Luzio 2020-06-30 23:37:38 +01:00
parent abcebcebb6
commit 204c786103
5 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ services:
environment:
- PORT=8080
- ROVE_GRPC=rove-server:9090
command: [ "./script/wait-for-it.sh", "rove-server:9090", "--", "./rove-reverse-proxy" ]
command: [ "./script/wait-for-it.sh", "rove-server:9090", "--", "./rove-server-rest-proxy" ]
rove-tests:
depends_on: [ rove ]