Skip to content

Commit

Permalink
Merge branch 'master' into newDevelop
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289432 committed Apr 30, 2024
2 parents 0361187 + 725d7b4 commit 88eb1a9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1,659 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ services:
- "9090:9090"
depends_on:
- gatewayservice


grafana:
image: ghcr.io/arquisoft/wiq_es05a/grafana:latest
Expand All @@ -105,7 +104,6 @@ services:
- mynetwork
volumes:
- grafana_data:/var/lib/grafana
- ./gatewayservice/monitoring/grafana/provisioning:/etc/grafana/provisioning
environment:
- GF_SERVER_HTTP_PORT=9091
- GF_SECURITY_ADMIN_USER=${GF_SECURITY_ADMIN_USER:-admin}
Expand Down
1 change: 0 additions & 1 deletion monitoring/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM grafana/grafana

COPY provisioning/ /etc/grafana/provisioning/
COPY grafana.ini /etc/grafana/grafana.ini

CMD ["./bin/grafana"]
Loading

0 comments on commit 88eb1a9

Please sign in to comment.