hrms-report-template/compose.yaml

10 lines
210 B
YAML
Raw Normal View History

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:
- 3001:80
volumes:
- ./templates:/app/templates