blob: 091cbca86cc94d6a658e055918e63bb26c131abc [file] [log] [blame]
Fiete Ostkamp71c8b842023-12-04 13:51:17 +01001version: '3'
2services:
3 chartmuseum:
4 image: ghcr.io/helm/chartmuseum:v0.16.0
5 ports:
6 - 6464:8080
7 volumes:
8 - ./charts:/charts
9 environment:
10 PORT: 8080
11 DEBUG: 1
12 STORAGE: local
13 STORAGE_LOCAL_ROOTDIR: /charts