Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"name": "puppetlabs/docker",
"version_requirement": ">= 3.13.1 < 5.0"
"version_requirement": ">= 10.0.0 < 11.0.0"
},
{
"name": "puppet/systemd",
Expand Down
5 changes: 2 additions & 3 deletions templates/jitsi.service.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ User=root
Type=oneshot
RemainAfterExit=true
WorkingDirectory=/srv/jitsi
ExecStart=/usr/local/bin/docker-compose -f docker-compose.yml<% if @compose_jigasi == true -%>
ExecStart=/usr/bin/docker compose -f docker-compose.yml<% if @compose_jigasi == true -%>
-f jigasi.yml <% end %><% if @compose_jibri == true -%>
-f jibri.yml <% end %><% if @compose_etherpad == true -%>
-f etherpad.yml <% end -%>
up -d --remove-orphans
ExecStop=/usr/local/bin/docker-compose down
ExecStop=/usr/bin/docker compose down

[Install]
WantedBy=multi-user.target