UNPKG

bookshelf-protected-columns

Version:

A plugin for bookshelf.js that allows for the protection of columns

18 lines (17 loc) 309 B
version: "3" services: mysql: image: mysql:5.6 expose: - 3306 environment: MYSQL_ROOT_PASSWORD: secret MYSQL_DATABASE: application node: image: node:latest working_dir: /code volumes: - "./:/code" depends_on: - mysql command: "sleep infinity"