hrms-report-template/compose.yaml

10 lines
222 B
YAML
Raw Normal View History

version: "3.2"
services:
report-server:
image: docker.frappet.com/demo/report-server:latest
2023-10-08 18:29:28 +07:00
restart: unless-stopped
mem_limit: 500m
ports:
- 3000:80
volumes:
- ./templates:/app/templates