Merge pull request #873 from solracsf/patch-1

docker: apply Docker image versioning
This commit is contained in:
Joachim Bauch 2024-12-12 11:09:14 +01:00 committed by GitHub
commit 5588585dac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.