We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df75c2 commit 3ecd6d5Copy full SHA for 3ecd6d5
docker-compose.yml
@@ -19,11 +19,11 @@ services:
19
- monitoring
20
volumes:
21
- type: bind
22
- source: ./config.yml
+ source: ${PWD}/${CONFIG_FILE_PATH}
23
target: /config/config.yml
24
- # - type: bind
25
- # source: ${PWD}/${VALIDATION_FILE_PATH}
26
- # target: /config/validation.yml
+ - type: bind
+ source: ${PWD}/${VALIDATION_FILE_PATH}
+ target: /config/validation.yml
27
prometheus:
28
image: prom/prometheus:latest
29
logging:
0 commit comments