Skip to content

Commit ba25d74

Browse files
committed
chore: Updated specs
1 parent cd153ea commit ba25d74

File tree

5 files changed

+187
-115
lines changed

5 files changed

+187
-115
lines changed

docker/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ volumes:
66

77
services:
88
superstreamer-api:
9-
image: "superstreamerapp/api:alpha"
9+
image: "superstreamerapp/api:latest"
1010
restart: always
1111
ports:
1212
- 52001:3000
@@ -19,15 +19,15 @@ services:
1919
- DATABASE_URI=postgresql://postgres:sprs@superstreamer-postgres/sprs
2020

2121
superstreamer-app:
22-
image: "superstreamerapp/app:alpha"
22+
image: "superstreamerapp/app:latest"
2323
ports:
2424
- 52000:3000
2525
environment:
2626
- PUBLIC_API_ENDPOINT=http://localhost:52001
2727
- PUBLIC_STITCHER_ENDPOINT=http://localhost:52002
2828

2929
superstreamer-artisan:
30-
image: "superstreamerapp/artisan:alpha"
30+
image: "superstreamerapp/artisan:latest"
3131
restart: always
3232
depends_on:
3333
- superstreamer-redis
@@ -36,7 +36,7 @@ services:
3636
- REDIS_URI=redis://superstreamer-redis:6379
3737

3838
superstreamer-stitcher:
39-
image: "superstreamerapp/stitcher:alpha"
39+
image: "superstreamerapp/stitcher:latest"
4040
restart: always
4141
ports:
4242
- 52002:3000

0 commit comments

Comments
 (0)