blob: 091cbca86cc94d6a658e055918e63bb26c131abc [file] [log] [blame]
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