Skip to content

Commit

Permalink
updated for v1.7.2 of upstream demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitchsplunk committed Jan 18, 2024
1 parent 30599a4 commit e9b3603
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 84 deletions.
6 changes: 5 additions & 1 deletion splunk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ services:
- "${CART_SERVICE_PORT}"
environment:
- CART_SERVICE_PORT
- FEATURE_FLAG_GRPC_SERVICE_ADDR
- REDIS_ADDR
- OTEL_EXPORTER_OTLP_ENDPOINT
- OTEL_RESOURCE_ATTRIBUTES
Expand Down Expand Up @@ -533,6 +534,9 @@ services:
- POSTGRES_USER=ffs
- POSTGRES_DB=ffs
- POSTGRES_PASSWORD=ffs
volumes:
- ./src/ffs_postgres/10-ffs_schema.sql:/docker-entrypoint-initdb.d/10-ffs_schema.sql
- ./src/ffs_postgres/20-ffs_data.sql:/docker-entrypoint-initdb.d/20-ffs_data.sql
healthcheck:
test: ["CMD-SHELL", "pg_isready -d ffs -U ffs"]
interval: 10s
Expand Down Expand Up @@ -606,7 +610,7 @@ services:
logging: *logging
# Grafana
grafana:
image: grafana/grafana:10.2.2
image: grafana/grafana:10.2.3
container_name: grafana
deploy:
resources:
Expand Down
Loading

0 comments on commit e9b3603

Please sign in to comment.