You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
394 B

  1. name: pypi-cacher
  2. summary: "PyPI Caching Server"
  3. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  4. inherit: base-0k
  5. description: |
  6. PyPI Caching Server
  7. data-resources:
  8. - /var/lib/devpi-server
  9. - /var/log/devpi-server
  10. config-resources:
  11. - /etc/devpi-server
  12. docker:
  13. entrypoimt: '["/usr/local/bin/devpi-server", "--host=0.0.0.0", "--port=3142", "--start"]'
  14. expose: 3142