Refactor client service to use expose instead of ports for reverse proxy handling.
This commit is contained in:
@@ -22,8 +22,9 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./client
|
context: ./client
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
# No ports binding - Coolify's reverse proxy handles external traffic
|
||||||
- "80:80"
|
expose:
|
||||||
|
- "80"
|
||||||
depends_on:
|
depends_on:
|
||||||
server:
|
server:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user