main
Overview
This repository contains a Docker image for running quetz, a package server for conda packages. The image is based on mambaorg/micromamba:alpine and includes the necessary dependencies.
Building the image:
docker build -t gitea.psi.ch/images/quetz:latest .
The image can be used to run a quetz server in http mode or via HTTPS. The following commands show how to run the server in both modes.
# run http server
docker-compose up quetz-http
# run https server
docker-compose up quetz-https
Description
Languages
Python
85.4%
Dockerfile
14.6%