Skip to content

v1.1.0

Compare
Choose a tag to compare
@Kshitij09 Kshitij09 released this 22 Sep 08:06
· 11 commits to main since this release

Changes

  • Add imageUri to the Product model with valid path that could be served from the Container
  • Add environment variables
    • FILESTORE_HOST (host address of the file-server)
    • FILESTORE_SOURCE_PATH (path to the directory to be mounted as volume from the host machine)
    • FILESTORE_PATH (path inside the container to be included as static locations in the spring-server)
  • Support serving static files from the springboot's container