Fitzclutchington / order_tracker

0 stars 0 forks source link

Dockerize Code #1

Closed Fitzclutchington closed 2 weeks ago

Fitzclutchington commented 2 weeks ago

Run the service through a container.

This would also be a good opportunity to review the code and see what variables need to be set as ENV variables. Such as: https://github.com/Fitzclutchington/order_tracker/blob/a0461d4a58dd4036ff5767907495bb0a8c0a4f39/order_tracker/auth/auth.py#L12

Fitzclutchington commented 2 weeks ago

Did an initial pass with this commit: https://github.com/Fitzclutchington/order_tracker/commit/2d541a4f80f3084ef2e63ee3ec775da1046cc1e9

Closing this issue and adding a new one for handling with docker compose