mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Merge pull request #873 from solracsf/patch-1
docker: apply Docker image versioning
This commit is contained in:
commit
5588585dac
1 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
|
||||
spreedbackend:
|
||||
build:
|
||||
context: ..
|
||||
|
|
@ -15,20 +14,23 @@ services:
|
|||
- nats
|
||||
- janus
|
||||
- coturn
|
||||
|
||||
nats:
|
||||
image: nats:2.2.1
|
||||
image: nats:2.10
|
||||
volumes:
|
||||
- ./gnatsd.conf:/config/gnatsd.conf
|
||||
command: ["-c", "/config/gnatsd.conf"]
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
|
||||
janus:
|
||||
build: janus
|
||||
command: ["janus", "--full-trickle"]
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
|
||||
coturn:
|
||||
image: coturn/coturn:latest
|
||||
image: coturn/coturn:4.6
|
||||
network_mode: host
|
||||
#
|
||||
# Update command parameters as necessary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue