Skip to content

Commit

Permalink
chore(bump): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 1fc042c commit e6a7562
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit e6a7562

Please sign in to comment.