app:
  build: .
  ports:
    - "3000:3000"
  volumes:
    - .:/app
  environment:
    - VIRTUAL_HOST=<%= appname %>.docker
