You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '2.1'
|
|
|
|
services:
|
|
tispark-tests:
|
|
image: pingcap/tispark:latest
|
|
volumes:
|
|
- ./config/spark-defaults.conf:/opt/spark/conf/spark-defaults.conf:ro
|
|
- ./tispark-tests/tests:/opt/spark/tests:ro
|
|
|
|
networks:
|
|
default:
|
|
external:
|
|
name: tidb-docker-compose_default
|