mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
config: 🔧 docker-compose file for bats
This commit is contained in:
parent
fdc2cd186c
commit
f0206076ab
2 changed files with 12 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -111,4 +111,7 @@ config/repo.json
|
|||
config/users.json
|
||||
|
||||
# docker files
|
||||
docker-compose.yml
|
||||
docker-compose.yml
|
||||
|
||||
# Commit tests docker-compose
|
||||
!tests/bats/docker-compose.yml
|
||||
8
tests/bats/docker-compose.yml
Normal file
8
tests/bats/docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
test:
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: tests/bats/Dockerfile
|
||||
volumes:
|
||||
- ../../helpers/shells:/test/scripts:ro
|
||||
container_name: bats-test-container
|
||||
Loading…
Add table
Add a link
Reference in a new issue