Updated compose to point to specific versions
This commit is contained in:
+3
-15
@@ -1,21 +1,13 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
networks:
|
|
||||||
k6:
|
|
||||||
grafana:
|
|
||||||
services:
|
services:
|
||||||
influxdb:
|
influxdb:
|
||||||
image: influxdb:latest
|
image: influxdb:1.8.2
|
||||||
networks:
|
|
||||||
- k6
|
|
||||||
- grafana
|
|
||||||
ports:
|
ports:
|
||||||
- "8086:8086"
|
- "8086:8086"
|
||||||
environment:
|
environment:
|
||||||
- INFLUXDB_DB=k6
|
- INFLUXDB_DB=k6
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:latest
|
image: grafana/grafana:8.1.2
|
||||||
networks:
|
|
||||||
- grafana
|
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
@@ -26,17 +18,13 @@ services:
|
|||||||
- ./shared/grafana:/etc/grafana/provisioning/
|
- ./shared/grafana:/etc/grafana/provisioning/
|
||||||
simulado:
|
simulado:
|
||||||
image : ldabiralai/simulado:latest
|
image : ldabiralai/simulado:latest
|
||||||
networks:
|
|
||||||
- k6
|
|
||||||
ports:
|
ports:
|
||||||
- "3001:80"
|
- "3001:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./shared/simulado:/app
|
- ./shared/simulado:/app
|
||||||
command: ./bin/simulado -f /app/mocks.json
|
command: ./bin/simulado -f /app/mocks.json
|
||||||
k6:
|
k6:
|
||||||
image: loadimpact/k6:latest
|
image: loadimpact/k6:0.28.0
|
||||||
networks:
|
|
||||||
- k6
|
|
||||||
ports:
|
ports:
|
||||||
- "6565:6565"
|
- "6565:6565"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user