Disable Traefik on API container to fix routing

This commit is contained in:
AI Bot
2026-07-30 13:55:08 +05:30
parent 8fe1cca3df
commit 29610f9844
+2
View File
@@ -20,6 +20,8 @@ services:
- uploads-volume:/app/uploads
environment:
- NODE_ENV=production
labels:
- "traefik.enable=false"
volumes:
data-volume: