# Local-only host port bindings for `docker compose up`. Docker Compose # auto-merges this file locally; Coolify runs with an explicit # `-f docker-compose.yml`, so it ignores this override (no host-port conflicts # on the Coolify host). Open http://localhost:8080 after `docker compose up`. services: web: ports: - "8080:80" api: ports: - "8000:8000"