UNPKG

universal-web-template

Version:

An universal web proejct template - let you quickly set up a project using Handlebars, sass and ReactJS for front-end templating. It can be adopted with most modern CMS.

17 lines (16 loc) 244 B
web: container_name: webserver build: . links: - db environment: - PORT=80 - NODE_ENV=production dockerfile: Dockerfile-web ports: - "80:80" db: container_name: database image: mongo ports: - "27017:27017"