git ssb

1+

dinoworm 🐛 / butt-as-a-service



Commit 0ae05d527ea8ca0ac85b63d4641ce94705b35a31

butt

Michael Williams committed on 12/25/2017, 10:17:19 AM
Parent: 8192b526b3113379f8313148ee2bd69543f4d7bd

Files changed

salt/state/hub.slschanged
salt/state/hub.slsView
@@ -6,8 +6,12 @@
66
77 healer:
88 docker_container.running:
99 - image: ahdinosaur/healer
10 + - name: healer
11 + - binds:
12 + - /var/run/docker.sock:/tmp/docker.sock
13 + - restart_policy: unless-stopped
1014 - require:
1115 - docker_image: ahdinosaur/healer
1216
1317 {% set seeds = salt['grains.get']('hub.seeds', []) %}
@@ -36,12 +40,12 @@
3640 {{ name }}/secret:
3741 file.managed:
3842 - name: /root/bots/{{ name }}/secret
3943 - dataset:
40- curve: {{ curve }}
44 + curve: {{ curve }}"
4145 public: {{ public }}.{{ curve }}
4246 private: {{ private }}.{{ curve }}
43- id: @{{ public }}.{{ curve }}
47 + id: "@{{ public }}.{{ curve }}"
4448 - mode: 0400
4549 - user: debian
4650 - group: debian
4751 - formatter: json
@@ -68,8 +72,9 @@
6872
6973 {{ name }}:
7074 docker_container.running:
7175 - image: ahdinosaur/ssb-pub
76 + - name: {{ name }}
7277 - env:
7378 - ssb_host: {{ name }}
7479 - binds:
7580 - /root/bots/{{ name }}:/home/node/.ssb/

Built with git-ssb-web