Skip to content

snibox/snibox-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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/setup

Launch Snibox at 8000 port:

./bin/start

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

Controls

You can use docker-compose commands to run containers as usual.

At the same time next wrappers available for quick start:

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

Upgrade to latest version

Backup database.

Update scripts:

git pull

Update services:

./bin/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