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
15 lines
394 B
name: pypi-cacher
|
|
summary: "PyPI Caching Server"
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
inherit: base-0k
|
|
description: |
|
|
PyPI Caching Server
|
|
data-resources:
|
|
- /var/lib/devpi-server
|
|
- /var/log/devpi-server
|
|
config-resources:
|
|
- /etc/devpi-server
|
|
docker:
|
|
entrypoimt: '["/usr/local/bin/devpi-server", "--host=0.0.0.0", "--port=3142", "--start"]'
|
|
expose: 3142
|
|
|