Re-instate the stagger doc server
This commit is contained in:
parent
55cd4fe4a5
commit
9d91fb836f
3 changed files with 24 additions and 1 deletions
|
@ -30,8 +30,18 @@ services:
|
|||
- GRPC_ENDPOINT=rove-server:8082
|
||||
command: [ ./rove-reverse-proxy ]
|
||||
|
||||
rove-docs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.docs
|
||||
image: rove-docs:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
environment:
|
||||
- PORT=80
|
||||
|
||||
rove-server:
|
||||
depends_on: [ rove-accountant, rove-reverse-proxy ]
|
||||
depends_on: [ rove-accountant, rove-reverse-proxy, rove-docs]
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue