diff --git a/stack.production.yml b/stack.production.yml index 21a636b..e900977 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -9,6 +9,7 @@ services: - /proc:/host/proc:ro - /sys:/host/sys:ro - /var/run/docker.sock:/var/run/docker.sock:ro + - /mnt/tank/persist/nixc.us/netdata/production/data:/var/lib/netdata networks: - traefik dns: @@ -18,7 +19,7 @@ services: replicas: 1 placement: constraints: - - node.hostname == macmini7 + - node.hostname == macmini14 labels: - "traefik.enable=true" - "traefik.http.routers.production-netdata.rule=Host(`netdata.nixc.us`)"