Rename rove-reverse-proxy to rove-server-rest-proxy
This commit is contained in:
parent
abcebcebb6
commit
204c786103
5 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ RUN go mod download
|
|||
|
||||
# Build the executables
|
||||
RUN go build -o rove-server -ldflags="-X 'github.com/mdiluz/rove/pkg/version.Version=$(git describe --always --long --dirty --tags)'" cmd/rove-server/main.go
|
||||
RUN go build -o rove-reverse-proxy cmd/rove-reverse-proxy/main.go
|
||||
RUN go build -o rove-server-rest-proxy cmd/rove-server-rest-proxy/main.go
|
||||
|
||||
CMD [ "./rove-server" ]
|
||||
|
||||
|
|
|
@ -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 ]
|
||||
|
|
|
@ -29,7 +29,7 @@ apps:
|
|||
DATA_PATH : $SNAP_USER_DATA
|
||||
|
||||
rove-rest-server:
|
||||
command: bin/rove-reverse-proxy
|
||||
command: bin/rove-server-rest-proxy
|
||||
plugs:
|
||||
- network
|
||||
- network-bind
|
||||
|
|
Loading…
Add table
Reference in a new issue