Disabled web frontend for Grafista.

It still collects daily statistics, until we're 100% sure our own
pillar-statscollector is doing its job correctly.
This commit is contained in:
2017-09-26 12:27:24 +02:00
parent c2fff6a9cb
commit 565e5e95a5

View File

@@ -115,10 +115,6 @@ grafista:
image: armadillica/grafista:latest
container_name: grafista
restart: always
environment:
VIRTUAL_HOST: http://cloud.blender.org/stats/*,https://cloud.blender.org/stats/*,http://blender-cloud/stats/*
VIRTUAL_HOST_WEIGHT: 20
FORCE_SSL: "true"
volumes:
- /data/git/grafista:/data/git/grafista:ro
- /data/storage/grafista:/data/storage/grafista
@@ -145,7 +141,6 @@ haproxy:
- TIMEOUT=connect 5s, client 5m, server 10m
links:
- blender_cloud
- grafista
# - notifserv
- letsencrypt
- kibana