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!)
|
# Reuse the same built image as app (no duplicate builds!)
|
||||||
extends:
|
extends:
|
||||||
service: app
|
service: app
|
||||||
|
# Clear inherited ports from app and only expose studio port
|
||||||
ports:
|
ports:
|
||||||
|
!override
|
||||||
- "127.0.0.1:4983:4983"
|
- "127.0.0.1:4983:4983"
|
||||||
# Override healthcheck since studio doesn't serve on port 3000
|
# Override healthcheck since studio doesn't serve on port 3000
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user