Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Jun 15, 2022
1 parent b9913eb commit 34904e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testutil/compose/testdata/TestDockerCompose_run_yml.golden
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ services:
volumes:
- .:/compose

curl:
# Can be used to curl services; e.g. docker-compose exec curl curl http://prometheus:9090/api/v1/rules\?type\=alert
image: curlimages/curl:latest
command: sleep 1d
networks: [compose]

prometheus:
image: prom/prometheus:latest
ports:
Expand Down

0 comments on commit 34904e7

Please sign in to comment.