Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 599 Bytes

File metadata and controls

18 lines (10 loc) · 599 Bytes

Python subservice

Insert what service it is as the title. Replace all the placeholder within the readme to match real purpose.

A satellite service made for [...]

Swagger

Documentation available in the localhost:XXXX/docs resource path for dockerized run.

When ran locally (command fastapi dev), use port specified in the command or the default (:8000).

Run inside docker:

docker-compose build for updating the dependencies using requirements.txt

docker-compose up for running the the service standalone.

For collective run, see the collective compose in the XYZ repo.