mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 14:07:02 +09:00
Makefile fixed acl
This commit is contained in:
parent
eb5426bbfc
commit
8fac23981b
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -3,16 +3,16 @@ SHELL := /bin/bash
|
||||||
include .env
|
include .env
|
||||||
|
|
||||||
generate_etc:
|
generate_etc:
|
||||||
docker compose --file docker-compose-generateconfig.yml up --build --remove-orphans --detach
|
|
||||||
sleep 1
|
|
||||||
id
|
|
||||||
ls -ald ./
|
|
||||||
ls -al ./
|
|
||||||
install -d \
|
install -d \
|
||||||
tmp/etc/any-sync-node-{1..3}/ \
|
tmp/etc/any-sync-node-{1..3}/ \
|
||||||
tmp/etc/any-sync-filenode/ \
|
tmp/etc/any-sync-filenode/ \
|
||||||
tmp/etc/any-sync-coordinator/ \
|
tmp/etc/any-sync-coordinator/ \
|
||||||
tmp/etc/any-sync-consensusnode/
|
tmp/etc/any-sync-consensusnode/
|
||||||
|
docker compose --file docker-compose-generateconfig.yml up --build --remove-orphans --detach
|
||||||
|
sleep 1
|
||||||
|
id
|
||||||
|
ls -ald ./
|
||||||
|
ls -al ./
|
||||||
sed 's|^| |; 1s|^|network:\n|' tmp/generateconfig/nodes.yml > tmp/etc/network.yml
|
sed 's|^| |; 1s|^|network:\n|' tmp/generateconfig/nodes.yml > tmp/etc/network.yml
|
||||||
cat tmp/etc/network.yml etc/common.yml tmp/generateconfig/account0.yml etc/node-1.yml > tmp/etc/any-sync-node-1/config.yml
|
cat tmp/etc/network.yml etc/common.yml tmp/generateconfig/account0.yml etc/node-1.yml > tmp/etc/any-sync-node-1/config.yml
|
||||||
cat tmp/etc/network.yml etc/common.yml tmp/generateconfig/account1.yml etc/node-2.yml > tmp/etc/any-sync-node-2/config.yml
|
cat tmp/etc/network.yml etc/common.yml tmp/generateconfig/account1.yml etc/node-2.yml > tmp/etc/any-sync-node-2/config.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue