Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update test stack
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Jun 22, 2024
1 parent 5c96924 commit 932b24f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docker-stack-name = echo
it:
@echo "make [deploy|remove|clean|reset] docker-stack-name=$(docker-stack-name)"

deploy: networks
deploy:
docker stack deploy -c docker-stack.yml $(docker-stack-name)

remove:
Expand Down
4 changes: 2 additions & 2 deletions test/docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ networks:
network_02:

configs:
echo-scrape-config.yml:
file: test/configs/echo-scrape-config.yml
echo-scrape-config:
file: ./configs/echo-scrape-config.yml
labels:
- "io.prometheus.scrape_config=true"

0 comments on commit 932b24f

Please sign in to comment.