ai-cfia / nachet-backend

A flask-based backend for Nachet to handle Azure endpoint and Azure storage API requests from the frontend.
MIT License
1 stars 4 forks source link

Issue #275: Add docker-compose for local preview #89

Closed SonOfLope closed 3 months ago

SonOfLope commented 4 months ago

This adds a docker-compose to enable local preview of the frontend and backend working together. It pulls the image of the frontend from the registry and it uses the local dockerfile of the backend to enable preview of current changes.