Skip to content

Commit

Permalink
Release v1.0.0-rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
lkr-braiins committed Jun 9, 2022
1 parent d4c3547 commit e098b13
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 7,645 deletions.
16 changes: 11 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ version: '3'
volumes:
prometheus_data: {}
grafana_data: {}
scanner_data: {}
services:
farm-proxy:
image: braiinssystems/farm-proxy:v1.0.0-rc8
image: braiinssystems/farm-proxy:v1.0.0-rc9
container_name: farm-proxy
network_mode: "host"
volumes:
Expand All @@ -20,13 +21,21 @@ services:
max-size: "100m"
max-file: "50"
compress: "true"
bos_scanner:
image: braiinssystems/bos_monitor:v1.0.0
container_name: bos_scanner
volumes:
- ./scan_crontab:/usr/local/share/scan_crontab
- scanner_data:/mnt:rw
network_mode: "host"
prometheus:
image: prom/prometheus:latest
container_name: prometheus
network_mode: "host"
volumes:
- ./monitoring/prometheus:/etc/prometheus
- prometheus_data:/prometheus
- scanner_data:/mnt
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'
Expand Down Expand Up @@ -73,10 +82,7 @@ services:
- grafana_data:/var/lib/grafana
- ./monitoring/grafana/provisioning:/etc/grafana/provisioning
environment:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_USERS_ALLOW_SIGN_UP=true
- GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/default_dashboards/client_dashboard.json
- GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/default_dashboards/farm-proxy/client_dashboard.json
restart: unless-stopped
logging:
driver: "json-file"
Expand Down
Loading

0 comments on commit e098b13

Please sign in to comment.