9 lines
210 B
YAML
9 lines
210 B
YAML
services:
|
|
report-server:
|
|
image: docker.frappet.com/demo/report-server:latest
|
|
restart: unless-stopped
|
|
# mem_limit: 500m
|
|
ports:
|
|
- 3001:80
|
|
volumes:
|
|
- ./templates:/app/templates
|