Skip to content

Commit

Permalink
Fixed compose for grafana and elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
algarfer committed Apr 30, 2024
1 parent 451c665 commit b0a82f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ jobs:
ELASTIC_PASSWORD: ${{ secrets.ELASTIC_PASSWORD }}
LOGSTASH_INTERNAL_PASSWORD: ${{ secrets.LOGSTASH_INTERNAL_PASSWORD }}
KIBANA_SYSTEM_PASSWORD: ${{ secrets.KIBANA_SYSTEM_PASSWORD }}
CUSTOM_USER: ${{ secrets.CUSTOM_USER }}
CUSTOM_USER_PASSWORD: ${{ secrets.CUSTOM_USER_PASSWORD }}

docker-push-elasticsearch:
name: Push elasticsearch service Docker Image to GitHub Packages
Expand Down Expand Up @@ -391,7 +389,6 @@ jobs:
GF_SECURITY_ADMIN_PASSWORD: ${{ secrets.GF_SECURITY_ADMIN_PASSWORD }}
GF_SERVER_SERVE_FROM_SUB_PATH: false
GF_SERVER_DOMAIN: cyt.is-cool.dev
GF_SERVER_HTTP_PORT: 443
GF_SERVER_PROTOCOL: https

docker-push-prometheus:
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ services:
- "9090:9090"
depends_on:
- gatewayservice
restart:
always

grafana:
image: ghcr.io/arquisoft/wiq_es05b/grafana:latest
Expand All @@ -234,6 +236,7 @@ services:
- "9091:9091"
depends_on:
- prometheus
restart: always

volumes:
mongo_data:
Expand Down

0 comments on commit b0a82f9

Please sign in to comment.