summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/with-docker.en-us.md
Commit message (Collapse)AuthorAgeFilesLines
* Set RUN_MODE prod by default (#13765) (#13767)silverwind2020-12-011-1/+1
| | | | | | | | | | | | | * Set RUN_MODE prod by default (#13765) I think it's a bad default to have "dev" as the default run mode which enables debugging and now also disables HTTP caching. It's better to just default to a value suitable for general deployments. Co-authored-by: techknowlogick <techknowlogick@gitea.io> * flip default in checkRunMode Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Improve Docker container name (#13077)Melroy van den Berg2020-10-081-5/+13
| | | | | | | | | | | * Improve Docker container name Use a better Docker container name than the default 'server' * Changing to gitea and use recommended v3 Docker-compose Use `gitea` as container name. And use version 3 of the docker-compose, which should now be used: https://docs.docker.com/compose/compose-file/compose-versioning/ Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* updated docs with caveat for authorized_keys (#13030)Divyam Bhasin2020-10-041-1/+20
| | | | | | | * updated docs with caveat for authorized_keys * wrapped authorized_keys in ticks Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Fix; declare DOMAIN variable for docker setup (#10780)Adrian POIGET2020-05-041-2/+3
| | | | | | | | In the /install form, the value for SSH Server Domain is taken form the DOMAIN variable and overwrites SSH_DOMAIN environment variable set the first time if nothing done Co-authored-by: Adrian POIGET <adrian.poiget@viveris.fr>
* add /etc/timezone and /etc/localtime volumes (#8911)Florian Hübner2019-11-131-0/+12
| | | | Passing these volumes to the container enable gitea to use hosts localtime and timezone. This is a mandatory change when using the "Setup fail2ban" Guide, but it is not described in the documentation.
* Support SSH_LISTEN_PORT env var in docker app.ini template (#7829)leigh capili2019-08-241-0/+1
| | | Signed-off-by: leigh capili <leigh@null.net>
* Add config option and shortcode for Gitea version (#7940)John Olheiser2019-08-231-1/+1
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* [docker] Add LFS_START_SERVER option to control git-lfs support (#7281)Marat Radchenko2019-06-241-0/+1
|
* Enabled emoji in Hugo (#6521)John Olheiser2019-04-051-1/+1
| | | | | Removed extra asterisks in Docker doc Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-091-9/+9
|
* Add docs on passing SSH through to container (#5019)Dane2019-01-051-0/+64
| | | | | | | | | | | | | | | | | * Add docs on passing SSH through to container Wasn't clear how to pass SSH connections through the container, found a few blog posts which described roughly the same procedure I've documented here. Credit should really go to: * https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/ * http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk> * Add note to resolve @lafriks feedback
* Notes on upgrading docker installation (#5395)Ryan Halliday2018-11-251-0/+13
| | | | | | | | * Notes on upgrading docker installation Basis from [gogs/gogs](https://github.com/gogs/gogs/blob/master/docker/README.md) * Feedback from @sapk to use docker-compose only
* Update with-docker.en-us.md (#5203)Paul Strickland2018-10-271-2/+2
| | | Improve grammar in second paragraph.
* Add missing envionment vars for DB with Docker (#5007)Dane2018-10-031-0/+10
| | | | | | | | Current docs demonstrate how to configure a database container but don't explicitly specify that you should add additional environment variables to the Gitea container to make it use the database. This just demonstrates the changes required. Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk>
* ADD: Hint to function of docker version tags (#4967)Wyall2018-09-211-0/+2
| | | I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.
* Add details about USER_UID and USER_GID environment variables (#4301)Richard Coleman2018-06-231-0/+2
|
* Minor 'Installation with Docker' docs page fix (#4122)Daniel Peukert2018-06-051-1/+1
|
* Add Environment Variables to Docker template (#4012)Fluf2018-05-231-0/+2
| | | | | | | | | | | | * 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
* Added explanation for docker environment variables to docs (#3804)kolaente2018-04-171-0/+21
|
* Add info from #2286, minor fixes to YAML indentation (#3338)Richard Coleman2018-02-151-4/+19
| | | | | | * Add info from #2286, minor fixes to YAML indentation * Add space to make YAML valid again
* General documentation cleanup (#3317)Michael Lustfield2018-01-081-17/+36
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* add quotation around ports in docker-compose.yml (#3090)bibaijin2017-12-051-12/+12
|
* add notice for docker run gitea http port issue (#3020)Lunny Xiao2017-11-301-0/+2
|
* Import docs into main repository (#2874)techknowlogick2017-11-261-0/+196
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>