fix: map backend port 3001:3001 to match app runtime port

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-17 09:15:02 -05:00
co-authored by Claude Sonnet 4.6
parent 34ee7be531
commit 5d263aab96
+1 -1
View File
@@ -2,7 +2,7 @@ services:
backend:
build: ./backend
ports:
- '3000:3000'
- '3001:3001'
admin:
build: