fix: prevent studio service from inheriting port 3000 from app

This commit is contained in:
syntaxbullet
2026-01-23 13:58:37 +01:00
parent c1da71227d
commit 2ead35789d

View File

@@ -66,7 +66,9 @@ services:
# Reuse the same built image as app (no duplicate builds!)
extends:
service: app
# Clear inherited ports from app and only expose studio port
ports:
!override
- "127.0.0.1:4983:4983"
# Override healthcheck since studio doesn't serve on port 3000
healthcheck: