initial
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
doc_rudi:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: doc_rudi
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "19997:19997"
|
||||
environment:
|
||||
NETDATA_HOST: http://my-netdata-ip:19999 # default: http://localhost:19999
|
||||
#NETDATA_QUERY_SECONDS: 200000 # default: 200000 (last how many seconds to get from netdata)
|
||||
#NETDATA_QUERY_POINTS: 3000 # default: 3000 (how many points in a row for the query)
|
||||
#SITE_REFRESH: 0 # default: 0 (no refresh)
|
||||
#SERVER_PORT: 19998 # default: 19998 (internal Port of Server)
|
||||
Reference in New Issue
Block a user