We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc8b8d commit 63a0148Copy full SHA for 63a0148
1 file changed
docker-compose-prod.yml
@@ -15,7 +15,7 @@ services:
15
volumes:
16
- dbvolume:/var/lib/postgresql/data/
17
web:
18
- image: webmultimedia/http-streaming-server:customsub
+ image: webmultimedia/http-streaming-server:master
19
build:
20
context: .
21
dockerfile: ./backend/Dockerfile.prod
@@ -27,7 +27,6 @@ services:
27
environment:
28
- DEPLOY_ENV=production
29
30
- - ./backend/:/usr/src/app/
31
- ./Videos/:/usr/src/app/Videos
32
- /static/
33
- ipython:/root/.ipython
0 commit comments