Skip to content

Instantly share code, notes, and snippets.

@arsalanses
Last active February 26, 2024 12:09
Show Gist options
  • Select an option

  • Save arsalanses/ea8b3f20a8e7f2cb3936337c3c01c678 to your computer and use it in GitHub Desktop.

Select an option

Save arsalanses/ea8b3f20a8e7f2cb3936337c3c01c678 to your computer and use it in GitHub Desktop.
chartmuseum
services:
ui:
image: idobry/chartmuseumui:latest
environment:
CHART_MUSEUM_URL: "http://chartmuseum:8080"
ports:
- 80:8080
chartmuseum:
image: chartmuseum/chartmuseum:latest
restart: always
# volumes:
# - ~/.aws:/root/.aws:ro
# - ./charts:/charts
ports:
- 127.0.0.1:8080:8080
environment:
PORT: 8080
DEBUG: 1
ENABLE_METRICS: 0
STORAGE: local
STORAGE_LOCAL_ROOTDIR: /charts
# STORAGE: "amazon"
# STORAGE_AMAZON_BUCKET: "chartmuseum-bucket"
# STORAGE_AMAZON_PREFIX: ""
# STORAGE_AMAZON_REGION: "eu-west-1"
# STORAGE_AMAZON_ENDPOINT: ""
# AWS_ACCESS_KEY_ID: ""
# AWS_SECRET_ACCESS_KEY: ""
# AUTH_ANONYMOUS_GET: 1
# BASIC_AUTH_USER: admin
# BASIC_AUTH_PASS: admin
# curl /health /info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment