aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000000..091cbca86c
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,13 @@
+version: '3'
+services:
+ chartmuseum:
+ image: ghcr.io/helm/chartmuseum:v0.16.0
+ ports:
+ - 6464:8080
+ volumes:
+ - ./charts:/charts
+ environment:
+ PORT: 8080
+ DEBUG: 1
+ STORAGE: local
+ STORAGE_LOCAL_ROOTDIR: /charts \ No newline at end of file