Skip to content

Commit

Permalink
Update livekit & egress
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Nov 10, 2023
1 parent f5b793b commit 7b0d508
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 34 deletions.
7 changes: 2 additions & 5 deletions deploy/docker-compose-infra.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ services:
tag: chat-rabbitmq

livekit:
image: livekit/livekit-server:v1.5.0
image: livekit/livekit-server:v1.5.1
command: --config /etc/livekit.yaml
volumes:
- ./livekit/livekit.yaml:/etc/livekit.yaml
Expand Down Expand Up @@ -148,19 +148,16 @@ services:
tag: chat-livekit

egress:
image: livekit/egress:v1.7.12
image: livekit/egress:v1.8.0
networks:
backend:
environment:
- EGRESS_CONFIG_FILE=/etc/egress/config.yaml
volumes:
- ./egress/config.yaml:/etc/egress/config.yaml
- egress_tmp:/home/egress/tmp:z
- ./egress/entrypoint2.sh:/entrypoint2.sh:z
cap_add:
- SYS_ADMIN
entrypoint:
- /entrypoint2.sh
logging:
driver: "journald"
options:
Expand Down
12 changes: 0 additions & 12 deletions deploy/egress/entrypoint2.sh

This file was deleted.

7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ services:
max-size: "50m"

livekit:
image: livekit/livekit-server:v1.5.0
image: livekit/livekit-server:v1.5.1
command: --config /etc/livekit.yaml
restart: unless-stopped
network_mode: "host"
volumes:
- ./docker/livekit/livekit.yaml:/etc/livekit.yaml

egress:
image: livekit/egress:v1.7.12
image: livekit/egress:v1.8.0
restart: unless-stopped
networks:
backend:
Expand All @@ -131,11 +131,8 @@ services:
volumes:
- ./docker/egress/config.yaml:/etc/egress/config.yaml
- egress_tmp:/home/egress/tmp:z
- ./docker/egress/entrypoint2.sh:/entrypoint2.sh:z
cap_add:
- SYS_ADMIN
entrypoint:
- /entrypoint2.sh

jaeger:
image: jaegertracing/all-in-one:1.34.0
Expand Down
12 changes: 0 additions & 12 deletions docker/egress/entrypoint2.sh

This file was deleted.

0 comments on commit 7b0d508

Please sign in to comment.