This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/README.md

1.4 KiB

stack

In a docker stack.

static ip

Build Status

drone.do.yml - docker-compose-do.yml

tunnelled with ngrok

(very slow if home internet)

Build Status

installation

Once installed and running the system can redeploy itself.

However initially you need to do this yourself.

you need a docker swarm set up with nodes with the following labels

  • com.sigyl.git-stack=yes
  • com.sigyl.git-stack-data=yes

make a folder and give yourself access

sudo mkdir /stack
sudo chown -R $USER:$USER
cd /stack

clone the repository

cd /stack
git clone https://sigyl.com/git/giles/stack.git deploy
cd deploy
git checkout home-deploy