aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* consistent documentation and configuration in compose fileRigel Kent2020-11-111-5/+6
|
* move traefik to its own override fileRigel Kent2020-11-111-27/+5
|
* Do not expose containers by default in traefikRigel Kent2020-11-111-9/+1
|
* Add nginx behind traefik in docker-compose + image updatesRigel Kent2020-11-111-23/+49
| | | | | | | | | | | - support/docker/production/docker-compose.yml: addition of a nginx image reusing support/nginx/peertube nginx conf to improve performance, and lessen setup differences between the docker-compose install and the typical production install. - support/docker/production/docker-compose.yml: postgres 10 -> postgres 12, redis 4 -> redis 5. Postgres major updates implies manual upgrade. - support/nginx/peertube: HTTP -> HTTPS redirection is now commented by default, to allow its reuse in support/docker/production/docker-compose.yml.
* feat: add dkim to docker-composekimsible2020-03-111-0/+2
|
* Chore/docker-documentation-improvements (#2494)Kim2020-02-241-1/+4
| | | | | | | | | | | | | | * unify env_var names to replace * detail more and improve docker doc * fix title * move acme email and domains to traefik command * add details about TRAEFIK_ACME_* variables * Fix preview links from /develop to /master
* Docker: stretch -> busterChocobozzz2019-12-121-2/+2
|
* Sticking to one env-var management system (#2247)Leopere2019-11-181-6/+4
| | | | | | | | | | | | | | | | | | | | * Sticking to one env-var management system Starting with the Postgres container so that you only have to set overlapping environment variables in one place. * Moving Postfix envvars pt 1 * Moving Postfix envvars pt 2 .env file * Added missing envvars. * Adding functioning glue Suggest something better if you wish. * removed IP from example * Removed default network from update.
* Fix traefik version in docker composeChocobozzz2019-10-211-1/+1
|
* Fix docker-compose setup so Peertube sees correct IPFelix Ableitner2019-05-211-0/+7
|
* Add host network mode for reverse proxyChocobozzz2019-04-241-1/+2
|
* Various improvements for docker-composeFelix Ableitner2018-11-211-2/+14
|
* Fix docker env fileChocobozzz2018-08-141-2/+4
|
* Remove unnecessary env variables now we have a .env fileChocobozzz2018-08-081-19/+0
|
* Add PEERTUBE_SMTP_DISABLE_STARTTLS config docker envChocobozzz2018-06-271-0/+1
|
* Fix docker compose with admin emailChocobozzz2018-06-211-1/+1
|
* Environment variables for Docker ComposeFlorent Poinsaut2018-06-051-17/+17
|
* Cleanup docker configurationChocobozzz2018-05-301-3/+4
|
* Add help in conf file regarding SMTPChocobozzz2018-05-291-0/+2
|
* Improve docker doc and fix missing keys on updateChocobozzz2018-05-281-0/+17
|
* Docker config directory as volumeChocobozzz2018-05-071-7/+8
|
* Preferably use the docker hub imageChocobozzz2018-05-071-3/+4
|
* Adapt docker image file path in docker-compose.ymlFlorent Fayolle2018-05-071-1/+1
|
* Improve dockerfileChocobozzz2018-04-161-0/+3
|
* Update docker image nameChocobozzz2018-04-031-1/+1
|
* Remove alpine imageChocobozzz2018-03-281-1/+1
|
* Prepare building docker files on docker hubChocobozzz2018-03-231-3/+3
|
* Fix data volume path in docker-composeAngristan2018-03-221-1/+1
|
* Use {postgres,redis}:alpine images with docker-compose (#372)Angristan2018-03-221-2/+2
| | | | * Specify Redis major version
* [docker] Update production guidelines and docker-compose file; (#341)Benjamin Bouvier2018-03-151-12/+29
|
* Add production Alpine and Debian Stretch Docker images (#225)kaiyou2018-01-291-0/+35
* First pass at a (swarm-compatible) docker image Uses an existing traefik server as a https reverse proxy. * Add example config for a Docker swarm deployment * Point to traefik config for docker compose setup * Clarify that traefik is needed for the example config * Use node:8-stretch base image and don't install yarn (The base image already contains yarn.) * Initial commit for an Alpine Docker image * Fix docker volume path * Merge #213 and #225 and move files around * Remove unnecessary dependencies from the alpine build * Update Dockerfiles to match install path, config path, etc. * Update the configuration in the example compose file * Update the configuration in the example swarm file * Remove the declared networks and volumes from the compose example, which are not strictly required * Update attachment path in the documentation * Display traefik as a suggestion and not a required dependency * Update the Docker ignored files * Fix typos reported in #225 * Move production Dockerfiles to a production directory * Add the redis configuration settings * Add Docker files to the dockerignore * Make the signup limit configurable