Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
chore(docker): rename image
Browse files Browse the repository at this point in the history
  • Loading branch information
cgojin committed Dec 2, 2020
1 parent 28014ac commit c0de793
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
biz:
image: pionwebrtc/ion/biz:v1.5.2
image: pionwebrtc/ion:v1.5.2-biz
volumes:
- "./configs/certs:/configs/certs"
ports:
Expand All @@ -14,7 +14,7 @@ services:
- ionnet

sfu:
image: pionwebrtc/ion/sfu:v1.5.2
image: pionwebrtc/ion:v1.5.2-sfu
ports:
- "5000-5200:5000-5200/udp"
depends_on:
Expand All @@ -24,7 +24,7 @@ services:
- ionnet

avp:
image: pionwebrtc/ion/avp:v1.5.2
image: pionwebrtc/ion:v1.5.2-avp
depends_on:
- nats
- etcd
Expand All @@ -33,7 +33,7 @@ services:


islb:
image: pionwebrtc/ion/islb:v1.5.2
image: pionwebrtc/ion:v1.5.2-islb
depends_on:
- nats
- etcd
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
islb:
image: pionwebrtc/ion/islb:latest
image: pionwebrtc/ion:latest-islb
build:
dockerfile: ./docker/islb.Dockerfile
context: .
Expand All @@ -16,7 +16,7 @@ services:
- ionnet

sfu:
image: pionwebrtc/ion/sfu:latest
image: pionwebrtc/ion:latest-sfu
build:
dockerfile: ./docker/sfu.Dockerfile
context: .
Expand All @@ -31,7 +31,7 @@ services:
- ionnet

avp:
image: pionwebrtc/ion/avp:latest
image: pionwebrtc/ion:latest-avp
build:
dockerfile: ./docker/avp.Dockerfile
context: .
Expand All @@ -45,7 +45,7 @@ services:
- ionnet

biz:
image: pionwebrtc/ion/biz:latest
image: pionwebrtc/ion:latest-biz
build:
dockerfile: ./docker/biz.Dockerfile
context: .
Expand Down

0 comments on commit c0de793

Please sign in to comment.