This is just a test bed for understanding compose, containers, etc. This should not be used for production
Version 1.26.2
Start to finish
-
git clone https://github.com/3bars/ghostlab.git
-
cd ghostcontainers
-
docker-compose -p "ghost-platform" up -d
-
browse to localhost:8080 in your favorite browser
-
docker-compose -p ghost-platform stop
Optional
-
sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
-
sudo chmod +x /usr/local/bin/docker-compose
Update to the latest version of Ghost