diff options
author | ADRN <adrien@luxeylab.net> | 2024-09-12 19:12:34 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-09-12 19:12:34 +0200 |
commit | 9742ec34dae347a244dde6fd809b5fad300443a2 (patch) | |
tree | ab8233921a3ce03ee8f9a745f37f913f332e78cd /cluster/prod/app/jitsi/build/docker-compose.yml | |
parent | 64195db879e9ba932f1bec4a33f9c9e16c56453c (diff) | |
download | nixcfg-9742ec34dae347a244dde6fd809b5fad300443a2.tar.gz nixcfg-9742ec34dae347a244dde6fd809b5fad300443a2.zip |
add NODE_MAJOR_VERSION as argument of jitsi-meet container instead of hard-coded2024-09-12-update-jitsi
Diffstat (limited to 'cluster/prod/app/jitsi/build/docker-compose.yml')
-rw-r--r-- | cluster/prod/app/jitsi/build/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster/prod/app/jitsi/build/docker-compose.yml b/cluster/prod/app/jitsi/build/docker-compose.yml index d4d3b61..5c6b23c 100644 --- a/cluster/prod/app/jitsi/build/docker-compose.yml +++ b/cluster/prod/app/jitsi/build/docker-compose.yml @@ -7,6 +7,7 @@ services: args: # https://github.com/jitsi/jitsi-meet MEET_TAG: stable/jitsi-meet_9646 + NODE_MAJOR_VERSION: 22 image: superboum/amd64_jitsi_meet:v7 jitsi-conference-focus: |