Skip to content

Commit 7a7e32e

Browse files
committed
moved demo/* to root
1 parent 818af80 commit 7a7e32e

30 files changed

+2
-16
lines changed
File renamed without changes.

demo/HELP.md

-14
This file was deleted.

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ services:
44
ports:
55
- 9090:9090
66
volumes:
7-
- ./demo/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
7+
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
88
grafana:
99
image: grafana/grafana
1010
ports:
1111
- 3000:3000
1212
volumes:
13-
- ./demo/grafana/provisioning:/etc/grafana/provisioning
13+
- ./grafana/provisioning:/etc/grafana/provisioning
1414
redis:
1515
image: redis/redis-stack-server
1616
ports:

demo/gradlew renamed to gradlew

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)