Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 732 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 732 Bytes

tempest-user-service

linting

⚠️ Note: This User Service is no longer actively maintained or used in the Tempest cloud storage solution. The following README is provided for historical reference only.

The User Service was a component of the Tempest cloud storage solution responsible for managing user-related operations, including user registration, authentication, and profile management.

How to run

Build

docker build -t .

Run

docker run -p 8080:8080 -v . -e ENV_VARIABLE=value .

Stop the container

docker stop container-name