Author | SHA1 | Message | Date |
---|---|---|---|
|
c1cbc06bf3 |
Add Environment Variables to Docker template (#4012)
* 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 |
7 years ago |
|
8a817fd92f | Fix ordering in app.ini and fix run mode option (#2829) | 7 years ago |
|
653f2ebd94 |
Add environment variable support for Docker image (#2201)
* 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> |
7 years ago |
|
6b1c84d1dc |
Use sqlite3 database as default for Docker image (#2182)
Signed-off-by: Tao Wang <twang2218@gmail.com> |
8 years ago |
|
bd4c127f1f |
Restructured docker building
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> |
8 years ago |