Refactor client service to use expose instead of ports for reverse proxy handling.

This commit is contained in:
2026-01-06 16:44:17 +00:00
parent 6227fffe4c
commit f587ab6053

View File

@@ -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