Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snibox/snibox-docker
Snibox deployment using Docker
https://github.com/snibox/snibox-docker
Last synced: about 2 months ago
JSON representation
Snibox deployment using Docker
- Host: GitHub
- URL: https://github.com/snibox/snibox-docker
- Owner: snibox
- Created: 2018-07-10T14:07:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T17:11:45.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:15:49.468Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 79
- Watchers: 5
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - snibox/snibox-docker - Snibox deployment using Docker (Shell)
README
# Snibox: Docker deployment
Scripts to setup [Snibox](https://github.com/snibox/snibox) on your machine using [Docker Compose](https://docs.docker.com/compose/).## Table of Contents
- [Deployment](#deployment)
- [Controls](#controls)
- [Upgrade to latest version](#upgrade-to-latest-version)
- [License](#license)## Deployment
Clone the repository:
```
git clone https://github.com/snibox/snibox-docker.git
```Setup services:
```
./bin/setup
```Launch [Snibox](https://github.com/snibox/snibox) at 8000 port:
```
./bin/start
```Visit http://localhost:8000/ to view the project!
## Controls
You can use [docker-compose commands](https://docs.docker.com/compose/reference/overview/) 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](https://opensource.org/licenses/MIT).