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
ADMIN_USERThis variable specifies admin username for pypicloud.
Default value is admin.
ADMIN_PASSWORDThis variable specifies password for user defined in ADMIN_USER.
Default value is admin.
DATABASE_URLThis variable specifies connection string for database. It has to be compatible with SQLAlchemy.
URL_PREFIXSetting this to any value cause that any request which is prefixed with this value will be stripped off by by prefix.
Content type
Image
Digest
Size
131.4 MB
Last updated
about 8 years ago
docker pull sacoding/pypicloud