pip-services-imagesets-node
Version:
Image library microservice in Node.js
20 lines (16 loc) • 338 B
YAML
version: '3.3'
services:
test:
build:
context: ..
dockerfile: docker/Dockerfile.test
image: ${IMAGE:-pipdevs/test}
command: ${TEST_CMD:-npm test}
links:
- mongo
environment:
- MONGO_SERVICE_HOST=mongo
- MONGO_SERVICE_PORT=27017
- MONGO_DB=test
mongo:
image: mongo:latest