git action clone 추가

This commit is contained in:
kyy
2025-09-04 15:35:13 +09:00
parent df860fc701
commit f1f82aa1eb
8 changed files with 125 additions and 14 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.8'
services:
reporter:
build: .
container_name: grafana_reporter
env_file:
- .env
volumes:
- ./logs:/app/logs