Sign inSign up

wa2group13/document_store

By wa2group13

Updated over 1 year ago

Micro-service application to store data in binary format

Image
Web servers
Content management system
0

676

wa2group13/document_store repository overview

Document store

Environmental variable

  • POSTGRES_URL: url of the Postgres server
  • POSTGRES_PORT: port of the Postgres server
  • POSTGRES_DB: name of the Postgres database
  • POSTGRES_USERNAME: username of the Postgers user
  • POSTGRES_PASSWORD: password of the Postgres user
  • MULTIPART_MAX_FILE_SIZE: how big a file can be in a multipart request (spring syntax)
  • MULTIPART_MAX_REQUEST_SIZE: how big can a multipart request be (spring syntax)
  • SPRING_PROFILES_ACTIVE: Spring comma-separated profiles. Default: dev, no-security, api-docs. Values:
    • dev: db logs and errors are returned on responses
    • prod: need to specify postgres connections
    • no-security: filers are disables
    • api-docs: enables springdoc openapi and swagger-ui
  • JWT_ISSUER_URI: uri of the JWT issuer, e.g. http://keycloak:9090/realms/app
  • KAFKA_CONSUMER_BOOTSTRAP_SERVERS: consumer bootstrap servers for Apache Kafka
  • ATTACHMENT_TOPIC: name of the attachment topic. Default: attachment.json
  • OPENAPI_BASE_URL: base url of this service that will appear in the OpenAPI documentation. Default http://localhost:${PORT}
  • PORT: server port. Default: 8080

Tag summary

Content type

Image

Digest

sha256:1c729ab2b

Size

201.7 MB

Last updated

over 1 year ago

docker pull wa2group13/document_store