hrms-report-template/compose.yaml
2023-10-08 18:29:28 +07:00

10 lines
No EOL
222 B
YAML

version: "3.2"
services:
report-server:
image: docker.frappet.com/demo/report-server:latest
restart: unless-stopped
mem_limit: 500m
ports:
- 3000:80
volumes:
- ./templates:/app/templates