aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 091cbca86cc94d6a658e055918e63bb26c131abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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