Skip to content

Commit

Permalink
Apply Docker Image Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
solracsf authored Dec 3, 2024
1 parent 2bb1c55 commit 2dcdc2f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: '3'

services:

spreedbackend:
build:
context: ..
Expand All @@ -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.
Expand Down

0 comments on commit 2dcdc2f

Please sign in to comment.