]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - support/docker/production/Dockerfile.bullseye
Add nginx behind traefik in docker-compose + image updates
authorRigel Kent <sendmemail@rigelk.eu>
Mon, 2 Mar 2020 23:29:52 +0000 (00:29 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Wed, 11 Nov 2020 15:45:46 +0000 (16:45 +0100)
commit1a9b141d835cf3bfe9bdca67f881b520975f9058
tree444b35656c7093250181121ccfadb870c5046be4
parent8e98e6124d2b006ba9f616b0dfce7369fa7b2684
Add nginx behind traefik in docker-compose + image updates

- 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.
support/doc/production.md
support/docker/production/Dockerfile.buster
support/docker/production/Dockerfile.nginx [new file with mode: 0644]
support/docker/production/config/traefik.toml
support/docker/production/docker-compose.yml
support/docker/production/entrypoint.nginx.sh [new file with mode: 0644]
support/docker/production/entrypoint.sh [moved from support/docker/production/docker-entrypoint.sh with 100% similarity]
support/nginx/peertube