Skip to content

Commit

Permalink
update scripts, reactivate herd
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Oct 8, 2023
1 parent f61cb36 commit 255e8f4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ services:
- 9091:9091
- 4500:4500

# herd:
# image: nginx:latest
# container_name: herd
# volumes:
# - /etc/letsencrypt/live/cardchain.crowdcontrol.network/fullchain.pem:/etc/letsencrypt/live/cardchain.crowdcontrol.network/fullchain.pem
# - /etc/letsencrypt/live/cardchain.crowdcontrol.network/privkey.pem:/etc/letsencrypt/live/cardchain.crowdcontrol.network/privkey.pem
# - ./config/nginx.conf:/etc/nginx/conf.d/default.conf
# - /etc/nginx/ssl/dhparam-4096.pem:/etc/nginx/ssl/dhparam-4096.pem
# ports:
# - 80:80
# - 81:81
# - 443:443
# command: /bin/bash -c "exec nginx -g 'daemon off;'"
# depends_on:
# - blockchain
herd:
image: nginx:latest
container_name: herd
volumes:
- /etc/letsencrypt/live/cardchain.crowdcontrol.network/fullchain.pem:/etc/letsencrypt/live/cardchain.crowdcontrol.network/fullchain.pem
- /etc/letsencrypt/live/cardchain.crowdcontrol.network/privkey.pem:/etc/letsencrypt/live/cardchain.crowdcontrol.network/privkey.pem
- ./config/nginx.conf:/etc/nginx/conf.d/default.conf
- /etc/nginx/ssl/dhparam-4096.pem:/etc/nginx/ssl/dhparam-4096.pem
ports:
- 80:80
- 81:81
- 443:443
command: /bin/bash -c "exec nginx -g 'daemon off;'"
depends_on:
- blockchain
2 changes: 1 addition & 1 deletion scripts/buildlaunch-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd "$parent_path"
docker-compose build
docker-compose up -d
sleep 1
sh register_faucet.sh
bash register_faucet.sh
3 changes: 3 additions & 0 deletions scripts/sets/create-set.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

Cardchaind tx cardchain create-set testset cc14km80077s0hch3sh38wh2hfk7kxfau4456r3ej cc14km80077s0hch3sh38wh2hfk7kxfau4456r3ej [] --from jannik

0 comments on commit 255e8f4

Please sign in to comment.