Scripts to setup Snibox on your machine using Docker Compose.
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!
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
Backup database.
Update scripts:
git pull
Update services:
./bin/setup
Released under the MIT License.