Add changes to supervisord.conf in the Docker experiments.

This commit is contained in:
parazyd 2018-10-28 12:25:39 +01:00
parent 9a02434af8
commit df4db3d9b6
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 7 additions and 2 deletions

View File

@ -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)

View File

@ -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