Removing the frontend as instructed in the readme also removes /docs and /api/v1/openapi.json endpoints. #1118
-
First Check
Commit to Help
Example Code
DescriptionI would like to run the app as an API only (removing the frontend). Following the instructions in the readme, if you remove the frontend service from docker-compose.yml and docker-compose.override.yml then you cannot download Apologies if this is a simple problem to fix - I guess I need to adjust the traefik configuration somehow, but I cannot figure out how. Operating SystemmacOS Operating System Detailsm2 mac, using docker. Python Version3.10.12 Additional ContextI'm running everything as the documentation instructs. everything else works great. thanks for the project! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Ah, so if i add the following lines to the backend service in docker-compose.yml then things work as expected.
I'll make a PR to update the readme. |
Beta Was this translation helpful? Give feedback.
Thank you! I recently updated the Docker Compose labels so it would work again by just removing the frontend parts. 🤓