Skip to content

Commit

Permalink
📌 pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Pe committed Mar 11, 2024
1 parent 6775fbc commit 592b996
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
mysql:
image: mysql:latest
image: mysql:8.3
container_name: mysql
environment:
MYSQL_ROOT_PASSWORD: example
Expand All @@ -15,32 +15,26 @@ services:
- mysql_data:/var/lib/mysql

rabbitmq:
image: rabbitmq:3-management
image: rabbitmq:3.13-management
container_name: rabbitmq
ports:
- "5672:5672"
- "15672:15672"

redis:
image: redis:latest
image: redis:7.2
container_name: redis
ports:
- "6379:6379"

zipkin:
image: openzipkin/zipkin:latest
image: openzipkin/zipkin:3
container_name: zipkin
ports:
- "9411:9411"

loki:
image: grafana/loki:latest
ports:
- "3100:3100"


node-exporter:
image: quay.io/prometheus/node-exporter:latest
image: quay.io/prometheus/node-exporter:v1.7.0
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
Expand All @@ -57,7 +51,7 @@ services:
mode: global

cadvisor:
image: gcr.io/cadvisor/cadvisor
image: gcr.io/cadvisor/cadvisor:v0.49.1
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
Expand Down

0 comments on commit 592b996

Please sign in to comment.