version: '3'
services:
server:
build: .
ports:
- 8080:8080
depends_on:
- db
db:
image: mongo
tests:
command: bash ./test.sh
- server