diff --git a/compose.yaml b/compose.yaml deleted file mode 100644 index bf2e997..0000000 --- a/compose.yaml +++ /dev/null @@ -1,9 +0,0 @@ -services: - report-server: - image: docker.frappet.com/demo/report-server:latest - restart: unless-stopped - # mem_limit: 500m - ports: - - 3001:80 - volumes: - - ./templates:/app/templates