https://github.com/libresh/compose-known
Known docker-compose for libre.sh v1
https://github.com/libresh/compose-known
Last synced: about 1 month ago
JSON representation
Known docker-compose for libre.sh v1
- Host: GitHub
- URL: https://github.com/libresh/compose-known
- Owner: libresh
- License: other
- Created: 2015-09-30T14:35:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T21:08:45.000Z (about 7 years ago)
- Last Synced: 2024-11-04T10:43:30.846Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 14
- Watchers: 6
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - libresh/compose-known - Known docker-compose for libre.sh v1 (others)
README
# known
Known application for IndieHosters network
# How to use this image
The easiest is to use our `docker-compose.yml`.
Make sure you have [docker-compose](http://docs.docker.com/compose/install/) installed. And then:
```
git clone https://github.com/indiehosters/known.git
cd known
# edit variables:
vi env
docker-compose up
```You can now access your instance on the port 80 of the IP of your machine.
## Access it from Internet
We recommend the usage of SSL, so the easiest is to modify the `nginx.conf` file.
Once it is done, you can connect to the port of the host by adding this line to `docker-compose.yml`:
```
web:
...
- ports:
- "443:443"
- "80:80"
...
```## Installation
Once started, you'll arrive at the configuration wizzard.
## Backup
In order to backup, just run the `./BACKUP` script. And copy all the data to a safe place.