Skip to content

Commit c286774

Browse files
Soften reqs for deps docker-compose.yaml
1 parent b58eaa3 commit c286774

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

docker-compose.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
version: '3'
22

3-
#
4-
# docker-compose.yaml
5-
# Simple compose file for running the Python services in Docker along with other containers comprising the
6-
# KillrVideo.
7-
# For more complex configuration options including metrics, external volumes, OpsCenter,
8-
# etc., see https://github.com/KillrVideo/killrvideo-docker-common
9-
#
10-
# Note: the default configuration here uses the LATEST version of the killrvideo-python
11-
# Docker image, which can be built using scripts/docker_build.sh.
12-
#
13-
143
services:
154

165
web: # Web Interface
17-
image: killrvideo/killrvideo-web:3.0.1
6+
image: killrvideo/killrvideo-web:3
187
ports:
198
- "3000:3000" # Exposes port to be available externally
209
depends_on:
@@ -60,14 +49,14 @@ services:
6049

6150
# One-Time Bootstrap Container, configures DSE to have required keyspaces etc.
6251
dse-config:
63-
image: killrvideo/killrvideo-dse-config:3.0.0
52+
image: killrvideo/killrvideo-dse-config:3
6453
depends_on:
6554
- dse # Needs DSE to be running
6655

6756
# Sample Data Generator, imitates behaviour of users on the killrVideo website.
6857
# Adds comments and rates videos, upload new videos and so on.
6958
generator:
70-
image: killrvideo/killrvideo-generator:3.0.2
59+
image: killrvideo/killrvideo-generator:3
7160
depends_on:
7261
- backend # Needs Backend to be running
7362
environment:

0 commit comments

Comments
 (0)