summaryrefslogtreecommitdiffstats
path: root/docker/etc/templates
Commit message (Collapse)AuthorAgeFilesLines
* [docker] drop the docker Makefile from the image (#6507)Jakob Ackermann2019-05-051-51/+0
|
* Add missing path in the Docker app.ini template (#2181)Tao Wang2018-07-031-0/+7
|
* Add Environment Variables to Docker template (#4012)Fluf2018-05-231-0/+4
| | | | | | | | | | | | * Add disable registration as an environment variable for docker * Add REQUIRE_SIGNIN_VIEW as env var to docker * Add variables to template * Update docker docs
* Fix ordering in app.ini and fix run mode option (#2829)Morlinest2017-11-021-2/+3
|
* Add environment variable support for Docker image (#2201)Tao Wang2017-10-311-1/+16
| | | | | | | | | | * Add `gettext` dependencies as we need `envsubst` command; * Modified s6's gitea setup script, instead of `cp` the template if no `app.ini` exist, it will substitude the envvars and generate the new `app.ini`; * Make `/docker/etc/templates/app.ini` a template contains environment variables; Signed-off-by: Tao Wang <twang2218@gmail.com>
* Use sqlite3 database as default for Docker image (#2182)Tao Wang2017-07-261-1/+1
| | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* Restructured docker buildingThomas Boerger2016-11-281-0/+24
I have restructured the docker build process entirely, the binary gets built outside of the docker build command, now we are managing all dependencies with real Alpine packages and I have dropped features like socat or the cron daemon. Signed-off-by: Thomas Boerger <tboerger@suse.de>