We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da68aa2 + 51995a7 commit c32f8abCopy full SHA for c32f8ab
1 file changed
docker-compose.yaml
@@ -30,7 +30,7 @@ services:
30
31
# Frontend
32
web:
33
- image: killrvideo/killrvideo-web:3.0.0-rc1
+ image: killrvideo/killrvideo-web:3.0.1
34
env_file: ./killrvideo.env
35
ports:
36
- "3000:3000"
@@ -39,14 +39,14 @@ services:
39
40
# DSE Configurator to setup DSE
41
dse-config:
42
- image: killrvideo/killrvideo-dse-config:3.0.0-rc1
+ image: killrvideo/killrvideo-dse-config:3.0.0
43
44
depends_on:
45
- dse
46
47
# Sample Data Generator
48
generator:
49
- image: killrvideo/killrvideo-generator:3.0.0-rc4
+ image: killrvideo/killrvideo-generator:3.0.2
50
51
52
0 commit comments