mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
8 lines
194 B
YAML
8 lines
194 B
YAML
services:
|
|
bats-test:
|
|
build:
|
|
context: ../..
|
|
dockerfile: tests/bats/Dockerfile
|
|
volumes:
|
|
- ../../helpers/shells:/test/scripts:ro
|
|
container_name: bats-test-container
|