version: '2.1'
services:
christmas-community:
image: christmas-community
build: .
environment:
NODE_ENV: development
ports:
- 80:80
- 9229:9229
command: node --inspect=0.0.0.0:9229 src/index.js