Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker_jitsi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
Ansible Roles
docker_jitsi
Commits
6299fd45
Commit
6299fd45
authored
1 year ago
by
Théo - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
change: latest tag to stable
parent
427bbe21
No related branches found
Branches containing commit
Tags
v1.0.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/jitsi.yaml.j2
+4
-4
4 additions, 4 deletions
templates/jitsi.yaml.j2
with
4 additions
and
4 deletions
templates/jitsi.yaml.j2
+
4
−
4
View file @
6299fd45
...
...
@@ -20,7 +20,7 @@ services:
XMPP_GUEST_DOMAIN: "guest.meet.jitsi"
XMPP_MUC_DOMAIN: "muc.meet.jitsi"
XMPP_RECORDER_DOMAIN: "recorder.meet.jitsi"
image: jitsi/web:
latest
image: jitsi/web:
stable
labels:
traefik.enable: "true"
traefik.http.routers.jitsi.rule: "Host(`{{ jitsi_url }}`)"
...
...
@@ -60,7 +60,7 @@ services:
- "5222"
- "5347"
- "5280"
image: jitsi/prosody:
latest
image: jitsi/prosody:
stable
networks:
meet.jitsi:
aliases:
...
...
@@ -86,7 +86,7 @@ services:
XMPP_INTERNAL_MUC_DOMAIN: "internal-muc.meet.jitsi"
XMPP_MUC_DOMAIN: "muc.meet.jitsi"
XMPP_SERVER: "xmpp.meet.jitsi"
image: jitsi/jicofo:
latest
image: jitsi/jicofo:
stable
networks:
meet.jitsi:
restart: unless-stopped
...
...
@@ -113,7 +113,7 @@ services:
JVB_STUN_SERVERS: "meet-jit-si-turnrelay.jitsi.net:443"
PUBLIC_URL: "https://{{ jitsi_url }}:443"
TZ: "UTC"
image: jitsi/jvb:
latest
image: jitsi/jvb:
stable
labels:
traefik.udp.routers.jvb.entrypoints: video
traefik.udp.routers.jvb.service: jvb
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment