Sign inSign up

sever3d/stashio-files-api

By sever3d

Updated about 1 year ago

Image
0

1.2K

sever3d/stashio-files-api repository overview

Environment Variables

This image supports configuration through environment variables. Default values are shown in brackets.

Database (PostgreSQL)

DB_ENDPOINT – Hostname of the PostgreSQL server (default: localhost)

DB_PORT – Port of the PostgreSQL server (default: 5432)

DB_NAME – Database name (default: files)

DB_USER – Database username (default: user)

DB_PASSWORD – Database password (default: password)

Connection Pooling (HikariCP)

DB_POOL_MAX – Maximum pool size (default: 10)

DB_POOL_MIN – Minimum idle connections (default: 2)

AWS Credentials (for S3 access; prefer IAM roles in production)

AWS_REGION – AWS region (default: eu-west-2)

AWS_ACCESSKEY – AWS access key (default: test)

AWS_SECRETKEY – AWS secret key (default: test)

AWS_SESSION_TOKEN – AWS session token (default: test)

S3

S3_BUCKET – S3 bucket name (default: test-bucket)

S3_ENDPOINT – S3 endpoint URL (useful for local testing with LocalStack/MinIO) (default: http://localhost:4566)

Tag summary

Content type

Image

Digest

sha256:f59e8bba4

Size

148 MB

Last updated

about 1 year ago

docker pull sever3d/stashio-files-api