Skip to content

gkoerk/snibox-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%