fids/testing/newman/docker-compose.dev.yml

10 lines
167 B
YAML

version: '3.8'
services:
newman:
container_name: fids-testing_newman
image: ${API_IMAGE}
environment:
- API_URL=${API_URL}
network_mode: host