File tree Expand file tree Collapse file tree 5 files changed +187
-115
lines changed
Expand file tree Collapse file tree 5 files changed +187
-115
lines changed Original file line number Diff line number Diff line change 66
77services :
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
You can’t perform that action at this time.
0 commit comments