Add changes to supervisord.conf in the Docker experiments.
This commit is contained in:
parent
9a02434af8
commit
df4db3d9b6
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue