web:
  image: registry.digitwalk.com/<%= appname %>:dist
  ports:
    - "3001:80"
  environment:
    - VIRTUAL_HOST=<%= appname %>.example.com
  restart: always
