aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker
diff options
context:
space:
mode:
Diffstat (limited to 'support/docker')
-rw-r--r--support/docker/production/Dockerfile.bullseye (renamed from support/docker/production/Dockerfile.buster)2
-rw-r--r--support/docker/production/docker-compose.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.bullseye
index 163c514f5..7b2650538 100644
--- a/support/docker/production/Dockerfile.buster
+++ b/support/docker/production/Dockerfile.bullseye
@@ -1,4 +1,4 @@
1FROM node:12-buster-slim 1FROM node:12-bullseye-slim
2 2
3# Allow to pass extra options to the npm run build 3# Allow to pass extra options to the npm run build
4# eg: --light --light-fr to not build all client languages 4# eg: --light --light-fr to not build all client languages
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml
index 658833700..cf90b226f 100644
--- a/support/docker/production/docker-compose.yml
+++ b/support/docker/production/docker-compose.yml
@@ -44,8 +44,8 @@ services:
44 # If you don't want to use the official image and build one from sources: 44 # If you don't want to use the official image and build one from sources:
45 # build: 45 # build:
46 # context: . 46 # context: .
47 # dockerfile: ./support/docker/production/Dockerfile.buster 47 # dockerfile: ./support/docker/production/Dockerfile.bullseye
48 image: chocobozzz/peertube:production-buster 48 image: chocobozzz/peertube:production-bullseye
49 # Use a static IP for this container because nginx does not handle proxy host change without reload 49 # Use a static IP for this container because nginx does not handle proxy host change without reload
50 # This container could be restarted on crash or until the postgresql database is ready for connection 50 # This container could be restarted on crash or until the postgresql database is ready for connection
51 networks: 51 networks: