balena-supervisor/docker-compose.dev.yml
Felipe Lalanne 819e184095 Setup environment for dbus tests
Change-type: patch
2022-10-17 11:24:15 -03:00

17 lines
386 B
YAML

version: '2.3'
services:
dbus-services:
environment:
DEVELOPMENT: 1
volumes:
- './test/lib/dbus/systemd.ts:/usr/src/app/systemd.ts'
- './test/lib/dbus/login.ts:/usr/src/app/login.ts'
sut:
command: sleep infinity
volumes:
- './.mochapodrc.yml:/usr/src/app/.mochapodrc.yml'
- './src:/usr/src/app/src'
- './test:/usr/src/app/test'