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:
context: ./client
dockerfile: Dockerfile
ports:
- "80:80"
# No ports binding - Coolify's reverse proxy handles external traffic
expose:
- "80"
depends_on:
server:
condition: service_healthy