KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
helpyio-docker
★ 12
Open GitHub ↗
Official helpy.io docker-compose
Download README (.md)
Explore Similar Repositories
mintype
:
:tea: minimal composable type abstraction
DeepGenderRecognizer
:
A Plain Demonstration of Gender Recognition Using DNN
corona
:
A realtime framework built in nodejs
language-lua-wow
:
Add syntax highlighting for the World of Warcraft API in Lua files in Atom.
Vokseverk.ImageHotspot
:
A property editor for Umbraco to place a hotspot on an image (e.g. a place on a map).
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
helpyio-docker
?
Download (.md)
ATTENTION: THIS HAS NOW BEEN MERGED INTO THE CORE HELPY PROJECT. FUTURE UPDATES WILL OCCUR THERE. # Docker Compose Setup for Helpy.io This repository contains the neccessary files to run your own helpy.io instance. Thanks to Caddy and let's encrypt, everything is https encrypted (if you have a domain) ### How to run? - modify `.env` and `Caddyfile` - optionally, create a modified [`seeds.rb`](https://github.com/helpyio/helpy/blob/master/db/seeds.rb) and mount it into the helpy container - point your domain to the ip of your server - wait for dns change propagation - run `docker-compose up -d` ### What do you need to know - If you set `DO_NOT_PREPARE=true` in the `.env` file, asset precompilation and database migrations will be skipped. It is advised to leave this alone to ensure running database migrations on version change ### What does not work? (aka Todo) - Email is untested - Caddy static gzip - Mailin Container