Steem Load Balancer: Image Uploaded to Docker Hub

in steem •  4 days ago 

I've uploaded a pre-built image to docker hub:

image.png

And pushed a commit to README: https://github.com/DoctorLai/steem-load-balancer/pull/11/files

image.png

A latest image has been built and store at docker hub, so you can do:

docker pull justyy/steem-load-balancer:latest

Then:

# Run the steem load balancer node with restart policy
HOST_PORT=443

docker run \
    -e NODE_ENV=production \
    -e SSL_CERT_PATH=$SSL_CERT_PATH \
    -e SSL_KEY_PATH=$SSL_KEY_PATH \
    --name steem-load-balancer \
    --restart on-failure:$RETRY_COUNT \
    -p $HOST_PORT:8080 \
    -v /root/.acme.sh/:/root/.acme.sh/ \
    justyy/steem-load-balancer:latest

Steem to the Moon🚀!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!