Skip to content

Commit

Permalink
update compose and hls proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
GokuxSS4 committed Feb 22, 2025
1 parent 4c35a28 commit bfa6234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.hls_proxy.prod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm install --global "@warren-bank/hls-proxy"

EXPOSE 8080

CMD ["hlsd","--tls","--port", "8080", \
CMD ["hlsd","--tls","--req-insecure","--port", "8080", \
"--header", "Access-Control-Allow-Origin: *", \
"--header", "Access-Control-Allow-Methods: GET, POST, OPTIONS", \
"--header", "Access-Control-Allow-Headers: Content-Type, Authorization", \
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ services:
image: redis
container_name: redis
restart: always
ports:
- "6379:6379"
volumes:
- redis_data:/data
entrypoint: ["redis-server", "--appendonly", "yes"]
Expand All @@ -36,7 +34,7 @@ services:
dockerfile: Dockerfile.hls_proxy.dev
container_name: hls_proxy
ports:
- "8080:8080"
- "8008:8080"
healthcheck:
test: ["CMD", "hlsd","--help"]
interval: 10s
Expand Down

0 comments on commit bfa6234

Please sign in to comment.