aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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