mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
19 lines
449 B
YAML
19 lines
449 B
YAML
version: '3'
|
|
services:
|
|
citest:
|
|
image: "debian:buster-slim"
|
|
user: root
|
|
volumes:
|
|
- ../scripts:/root/scripts
|
|
- ../install:/root/install
|
|
- ${HOME}/.ssh:/root/.ssh
|
|
- ../../..:/root/grafana-toolkit
|
|
cibuilt:
|
|
image: "grafana/grafana-plugin-ci-e2e"
|
|
user: root
|
|
volumes:
|
|
- ../scripts:/root/scripts
|
|
- ../install:/root/install
|
|
- ${HOME}/.ssh:/root/.ssh
|
|
- ../../..:/root/grafana-toolkit
|