Skip to content

Commit

Permalink
ci: unexport prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed May 7, 2024
1 parent 44df4b6 commit c70f0d3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
image: prom/prometheus
container_name: prometheus
restart: unless-stopped
ports:
- 19090:9090
command:
- '--config.file=/etc/prometheus/prometheus.yml'
volumes:
Expand All @@ -17,20 +15,19 @@ services:
container_name: pushgateway
restart: unless-stopped
ports:
- 19091:9091
- 9091:9091

grafana:
image: grafana/grafana
container_name: grafana
ports:
- 13000:3000
- 3000:3000
environment:
- GF_SECURITY_ADMIN_USER=${GF_SECURITY_ADMIN_USER:-admin}
- GF_SECURITY_ADMIN_PASSWORD=${GF_SECURITY_ADMIN_PASSWORD:-admin}
- GF_USERS_ALLOW_SIGN_UP=${GF_USERS_ALLOW_SIGN_UP:-false}
restart: unless-stopped
volumes:
- ./deploy/grafana_config/provisioning/datasources:/etc/grafana/provisioning/datasources
- grafana_data:/var/lib/grafana

volumes:
Expand Down

0 comments on commit c70f0d3

Please sign in to comment.