version: "3.2" services: report-server: image: docker.frappet.com/demo/report-server:latest ports: - 3000:80 volumes: - ./templates:/app/templates