UNPKG
fastify-bookshelfjs
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
bookshelf.js plugin for fastify
github.com/butlerx/fastify-bookshelfjs
butlerx/fastify-bookshelfJS
fastify-bookshelfjs
/
docker-compose.yaml
10 lines
(9 loc)
•
171 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
version:
'3.1'
services:
bookshelf:
image:
"node:8"
user:
"node"
working_dir:
/home/node/app
volumes:
- ./
:/home/node/app
command:
"yarn test"