Sign inSign up

sacoding/pypicloud

By sacoding

Updated about 8 years ago

PyPi cloud docker

Image
0

3.8K

sacoding/pypicloud repository overview

How to use this image

docker run sacoding/pypicloud \
    --env AWS_ACCESS_KEY=key \
    --env AWS_SECRET=secret \
    --env AWS_REGION=eu-central-1 \
    --env AWS_S3_BUCKET=bucket_name \
    --expose 6543:6543
Environment variables
ADMIN_USER

This variable specifies admin username for pypicloud.

Default value is admin.

ADMIN_PASSWORD

This variable specifies password for user defined in ADMIN_USER.

Default value is admin.

DATABASE_URL

This variable specifies connection string for database. It has to be compatible with SQLAlchemy.

URL_PREFIX

Setting this to any value cause that any request which is prefixed with this value will be stripped off by by prefix.

Tag summary

Content type

Image

Digest

Size

131.4 MB

Last updated

about 8 years ago

docker pull sacoding/pypicloud