Skip to content

Commit

Permalink
Trim cloud docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Terkwood committed Jul 31, 2019
1 parent 1b866b4 commit f201cab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
20 changes: 20 additions & 0 deletions cloud_images/docker-compose-gstreamer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: '3'
services:
stream:
image: "prawnalith/video:latest"
build: "gstreamer/."
ports:
- "8888:5001"
pond:
image: "prawnalith/pond:latest"
build: "pond/."
ports:
- "443:8000"
volumes:
- "/var/volumes/pond:/data"
depends_on:
- "redis"
redis:
image: "redis"
volumes:
- "/var/volumes/redis:/data"
5 changes: 0 additions & 5 deletions cloud_images/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
version: '3'
services:
stream:
image: "prawnalith/video:latest"
build: "gstreamer/."
ports:
- "8888:5001"
pond:
image: "prawnalith/pond:latest"
build: "pond/."
Expand Down

0 comments on commit f201cab

Please sign in to comment.