Skip to content

wmariuss/pypi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypi

Docker Automated build Docker Pulls Code style: black

Deploy PyPi server for hosting Python libs/packages.

  • Deploy using docker and docker-compose
  • Install and configure proxy

Requirements

  • Ubuntu >= 18.04
  • Python >= 3.6

Install

  • Run pip install invoke
  • Create env file (eg. env.template)
  • Run invoke install --docker --compose
  • Run invoke build --pypi and invoke run --pypi

Optional

  • Install nginx invoke nginx --pypi

Authors