API/docker-compose-test.yml

11 lines
236 B
YAML
Raw Permalink Normal View History

2021-12-03 12:00:40 +00:00
version: '3.7'
services:
app:
build: .
env_file:
- .env
volumes:
- ./app:/app/app
2022-01-16 07:10:06 +00:00
- /var/run/docker.sock:/var/run/docker.sock
2021-12-03 12:00:40 +00:00
command: pytest app/test/test_main.py -s