add dashboard
This commit is contained in:
@@ -40,3 +40,14 @@ services:
|
||||
- API_URL=http://api:8000
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
stats:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.stats
|
||||
ports:
|
||||
- "8081:8081"
|
||||
environment:
|
||||
- API_URL=http://api:8000
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
Reference in New Issue
Block a user