Skip to content

Commit

Permalink
fix: monitoring stack e2e tests
Browse files Browse the repository at this point in the history
* fix: Increase time in monitoring stack e2e tests

* fix: Adjust oncall version

* tests: Update tests

* tests: update versions
  • Loading branch information
khalifaa55 authored Nov 18, 2024
1 parent d04b0b4 commit 0a6ad75
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
# Grafana OnCall Services
engine:
container_name: engine
image: grafana/oncall
image: grafana/oncall:v1.11.5
restart: always
ports:
- "8090:8080"
Expand All @@ -40,7 +40,7 @@ services:

celery:
container_name: celery
image: grafana/oncall
image: grafana/oncall:v1.11.5
restart: always
command: sh -c "./celery_with_exporter.sh"
environment: *oncall-environment
Expand All @@ -56,7 +56,7 @@ services:

oncall_db_migration:
container_name: oncall_db_migration
image: grafana/oncall
image: grafana/oncall:v1.11.5
command: python manage.py migrate --noinput
environment: *oncall-environment
volumes:
Expand Down Expand Up @@ -90,7 +90,7 @@ services:

oncall_setup:
container_name: oncall_setup
image: curlimages/curl:latest
image: curlimages/curl:8.10.0
depends_on:
grafana:
condition: service_started
Expand Down

0 comments on commit 0a6ad75

Please sign in to comment.