gkoerk / snibox-docker

Snibox deployment using Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snibox: Docker deployment

Scripts to setup Snibox on your machine using Docker Compose.

Table of Contents

Deployment

Clone the repository:

git clone https://github.com/snibox/snibox-docker.git

Setup services:

./bin/docker/setup

Launch Snibox at 8000 port:

./bin/docker/start

Visit http://localhost:8000/ to view the project!

Controls

  • start
./bin/docker/start
  • stop
./bin/docker/stop
  • restart
./bin/docker/restart

Upgrade to latest version

Update scripts:

git pull

Update services:

./bin/docker/setup

License

Released under the MIT License.

About

Snibox deployment using Docker


Languages

Language:Shell 100.0%