Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): pin dependencies #20

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ services:
- ICECAST_MAX_SOURCES=10
expose:
- 8000
image: libretime/icecast
image: libretime/icecast@sha256:7f8af899d4d9c774e731169d123247bd1f1fb5a9079a42e896d211853d752d87
ports:
- 8000:8000

Expand All @@ -190,7 +190,7 @@ services:
container_name: hls
expose:
- "80"
image: nginx:alpine
image: nginx:alpine@sha256:69f8c2c72671490607f52122be2af27d4fc09657ff57e42045801aa93d2090f7
networks:
- default
ports:
Expand All @@ -214,7 +214,7 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin}
- GF_USERS_ALLOW_SIGN_UP=false
- GF_LOG_LEVEL=warn
image: grafana/grafana:latest
image: grafana/grafana:latest@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54
labels:
org.label-schema.group: "monitoring"
networks:
Expand All @@ -237,7 +237,7 @@ services:
- '--web.enable-lifecycle'
- '--log.level=warn'
container_name: prometheus
image: prom/prometheus:latest
image: prom/prometheus:latest@sha256:075b1ba2c4ebb04bc3a6ab86c06ec8d8099f8fda1c96ef6d104d9bb1def1d8bc
labels:
org.label-schema.group: "monitoring"
networks:
Expand Down