Skip to content

Commit 63a0148

Browse files
Prepare for merge
1 parent 9fc8b8d commit 63a0148

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose-prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
volumes:
1616
- dbvolume:/var/lib/postgresql/data/
1717
web:
18-
image: webmultimedia/http-streaming-server:customsub
18+
image: webmultimedia/http-streaming-server:master
1919
build:
2020
context: .
2121
dockerfile: ./backend/Dockerfile.prod
@@ -27,7 +27,6 @@ services:
2727
environment:
2828
- DEPLOY_ENV=production
2929
volumes:
30-
- ./backend/:/usr/src/app/
3130
- ./Videos/:/usr/src/app/Videos
3231
- /static/
3332
- ipython:/root/.ipython

0 commit comments

Comments
 (0)