Skip to content

Commit

Permalink
Add changes to supervisord.conf in the Docker experiments.
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Oct 28, 2018
1 parent 9a02434 commit df4db3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-sdk/keygen
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ onion=$(docker exec $container dam-client -gen 2>&1| awk '/Our hostname/ {print
echo "New DECODE-OS node address: $onion"
image=$(docker commit $container dyne/decodeos:$onion)
echo "Docker image: dyne/decodeos:$onion"
echo "DIR:$onion" >> onions.txt
echo "$image"
container=$(docker stop $container)

Expand Down
8 changes: 6 additions & 2 deletions docker-sdk/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ prompt=DECODE
command=tor

[program:dam-dir]
command=dam-dir
command=dam-dir -t -ttl 10
redirect_stderr=true
stdout_logfile=/var/log/dam-dir.log
stderr_logfile=/var/log/dam-dir.err

[program:dam-client]
command=dam-client
command=dam-client -ai 5 -dh https://dam.decodeproject.eu/testnet.txt
redirect_stderr=true
stdout_logfile=/var/log/dam-client.log
stderr_logfile=/var/log/dam-client.err

[program:redis-commander]
command=redis-commander
Expand Down

0 comments on commit df4db3d

Please sign in to comment.