fix: prevent studio service from inheriting port 3000 from app
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user